lkml.org 
[lkml]   [2005]   [Aug]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: 2.6.13-rc7-rt4, fails to build
From
Date
On Mon, 2005-08-29 at 01:35, Ingo Molnar wrote:
> * Fernando Lopez-Lezcano <nando@ccrma.Stanford.EDU> 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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-08-29 19:03    [W:0.124 / U:0.288 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site