Re: [PATCH 7/7] driver-core : convert semaphore to mutex in struct class

2008-01-18 Thread Jarek Poplawski
On Fri, Jan 18, 2008 at 03:48:02PM +0800, Dave Young wrote: > On Jan 18, 2008 3:38 PM, Jarek Poplawski <[EMAIL PROTECTED]> wrote: ... > > IMHO, it would be nice to get the real state of current lockdep > > problems here to figure out if there is any chance to do this right & > > without any warning

Re: [PATCH] x86_32: remove the useless NR_syscalls macro

2008-01-18 Thread Ingo Molnar
* Dmitri Vorobiev <[EMAIL PROTECTED]> wrote: > This is against current x86.git. > > The size of the system call table for 32-bit x86 kernels is obtained > by compile-time calculation of the sys_call_table array, not from the > value, which the NR_syscalls macro expands to. This trivial patch

Re: [PATCH] x86: clean arch/[i386|x86_64] in make mrproper

2008-01-18 Thread Michael Opdenacker
On 01/17/2008 02:37 PM, Michael Opdenacker wrote: > > Proposed fix: add arch/i386 and arch/x86_84 to the list of > directories cleaned by "make mrproper" > > Cleaner solution: stop creating these symbolic links, but this > could cause issues with scripts still expecting bzImage in > arch/i386/boot/

Re: [PATCH] X86: fix typo PAT to X86_PAT

2008-01-18 Thread Ingo Molnar
* Yinghai Lu <[EMAIL PROTECTED]> wrote: > config MTRR > bool "MTRR (Memory Type Range Register) support" > - depends on !PAT > + depends on !X86_PAT > ---help--- > On Intel P6 family processors (Pentium Pro, Pentium II and later) > the Memory Type Range Regist

Re: [PATCH] x86_64: remove redundant cpu_has_ definitions

2008-01-18 Thread Ingo Molnar
* Kyle McMartin <[EMAIL PROTECTED]> wrote: > --- a/include/asm-x86/cpufeature.h > +++ b/include/asm-x86/cpufeature.h > @@ -195,21 +195,6 @@ > #undef cpu_has_centaur_mcr > #define cpu_has_centaur_mcr 0 > > -#undef cpu_has_pse > -#define cpu_has_pse 1 > - > -#undef cpu_has_pge > -#

Re: 2.6.24-rc8-mm1 Build Failure at scripts/mkubooting/crc32.c

2008-01-18 Thread Sam Ravnborg
On Fri, Jan 18, 2008 at 11:44:34AM +0530, Kamalesh Babulal wrote: > Hi Andrew, > > The kernel build fails with following error message > > scripts/mkubootimg/crc32.c:15:18: error: zlib.h: No such file or directory > scripts/mkubootimg/crc32.c:77: error: expected '=', ',', ';', 'asm' or > '__attr

<    2   3   4   5   6   7