On Mon, 2005-08-29 at 01:35, Ingo Molnar wrote:
> * Fernando Lopez-Lezcano <[EMAIL PROTECTED]> wrote:
> 
> > I'm getting a build error for 2.6.13-rc7-rt4 with PREEMPT_DESKTOP for 
> > i386:
> 
> hm, cannot reproduce this build problem on my current tree - could you 
> try 2.6.13-rt1? (and please send the 2.6.13-rt1 .config if it still 
> occurs)

I had to redo two chunks (this also happened to me in rc7-rt3):

====
@@ -561,14 +560,12 @@ static u8 ide_dump_ata_status(ide_drive_
 
 static u8 ide_dump_atapi_status(ide_drive_t *drive, const char *msg, u8
stat)
 {
-       unsigned long flags;
-
        atapi_status_t status;
        atapi_error_t error;
 
        status.all = stat;
        error.all = 0;
-       local_irq_set(flags);
+
        printk("%s: %s: status=0x%02x { ", drive->name, msg, stat);
        if (status.b.bsy)
                printk("Busy ");
@@ -483,10 +484,8 @@ static void ide_dump_opcode(ide_drive_t 
 static u8 ide_dump_ata_status(ide_drive_t *drive, const char *msg, u8
stat)
 {
        ide_hwif_t *hwif = HWIF(drive);
-       unsigned long flags;
        u8 err = 0;
 
-       local_irq_set(flags);
        printk("%s: %s: status=0x%02x { ", drive->name, msg, stat);
        if (stat & BUSY_STAT)
                printk("Busy ");
====

-- Fernando


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to