#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local
echo 1 > /sys/class/scsi_host/host0/zio
echo 1 > /sys/class/scsi_host/host1/zio
echo 1 > /sys/class/scsi_host/host2/zio
echo 1 > /sys/class/scsi_host/host3/zio
echo NO_WAKEUP_PREEMPT >/sys/kernel/debug/sched_features
