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
* 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
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/
* 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
* 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
> -#
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
601 - 606 of 606 matches
Mail list logo