void /*__init*/ print_PIC(void)
{
extern spinlock_t i8259A_lock;
- unsigned int v, flags;
+ unsigned int v;
+ unsigned long flags;
printk(KERN_DEBUG "\nprinting PIC contents\n");
int data)
{
struct acpi_bus_event *event = NULL;
- u32 flags = 0;
+ unsigned long flags = 0;
ACPI_FUNCTION_TRACE("acpi_bus_generate_event");
acpi_bus_receive_event (
struct acpi_bus_event *event)
{
- u32 flags = 0;
+ unsigned long flags = 0;
struct acpi_bus_event *entry = NULL;
DECLARE_WAITQUEUE(wait, current);
struct Scsi_Host *host;
Scsi_Device *device;
Scsi_Request * SRpnt;
- unsigned int flags;
+ unsigned long flags;
host = SCpnt->device->host;
device = SCpnt->device;
static void scsi_single_lun_run(struct scsi_device *current_sdev)
{
struct scsi_device *sdev;
- unsigned int flags, flags2;
+ unsigned long flags, flags2;
spin_lock_irqsave(current_sdev->host->host_lock, flags);
WARN_ON(!current_sdev->sdev_target->starget_sdev_user);
struct Scsi_Host *shost = sdev->host;
struct scsi_cmnd *cmd;
struct request *req;
- unsigned int flags;
+ unsigned long flags;
/*
* To start with, we keep looping until the queue is empty, or until
**/
static void scsi_free_sdev(struct scsi_device *sdev)
{
- unsigned int flags;
+ unsigned long flags;
list_del(&sdev->siblings);
list_del(&sdev->same_target_siblings);
{
struct scsi_device *sdev_sibling;
struct scsi_target *starget;
- unsigned int flags;
+ unsigned long flags;
/*
* XXX do not save the inquiry, since it can change underneath us,