[<prev] [next>] [day] [month] [year] [list]
Message-ID: <45BA3060.3060007@googlemail.com>
Date: Fri, 26 Jan 2007 17:46:24 +0100
From: Michal Piotrowski <michal.k.k.piotrowski@...il.com>
To: linux-kernel@...r.kernel.org
CC: Andrew Morton <akpm@...l.org>
Subject: Re: mm snapshot broken-out-2007-01-26-00-36.tar.gz uploaded
akpm@...l.org napisaĆ(a):
> The mm snapshot broken-out-2007-01-26-00-36.tar.gz has been uploaded to
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-01-26-00-36.tar.gz
>
Yet another build error
In file included from arch/i386/kernel/process.c:56:
include/asm/debugreg.h:84: error: expected identifier or '(' before '{' token
make[1]: *** [arch/i386/kernel/process.o] Error 1
make: *** [arch/i386/kernel] Error 2
Regards,
Michal
--
Michal K. K. Piotrowski
LTG - Linux Testers Group
(http://www.stardust.webpages.pl/ltg/)
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@...il.com>
--- linux-work-clean/include/asm-i386/debugreg.h 2007-01-26 16:47:41.000000000 +0100
+++ linux-work/include/asm-i386/debugreg.h 2007-01-26 17:39:58.000000000 +0100
@@ -80,7 +80,7 @@ extern int enable_debugreg(unsigned long
#else
-static inline void set_process_debugreg7(unsigned long new_dr7);
+static inline void set_process_debugreg7(unsigned long new_dr7)
{
set_debugreg(new_dr7, 7);
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists