2007-01-26 16:46:44

by Michal Piotrowski

[permalink] [raw]
Subject: Re: mm snapshot broken-out-2007-01-26-00-36.tar.gz uploaded

[email protected] 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 <[email protected]>

--- 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);
}