Re: Undefined behaviour with get_cpu_vendor

2005-08-17 Thread Horst von Brand
Andi Kleen <[EMAIL PROTECTED]> wrote: > On Wed, Aug 17, 2005 at 11:54:23AM +0200, Christian Ehrhardt wrote: > > Your Patch at (URL wrapped) > > > > http://www.kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git; \ > > a=commit;h=99c6e60afff8a7bc6121aeb847dab27c556cf0c9 > > >

Re: Undefined behaviour with get_cpu_vendor

2005-08-17 Thread Andi Kleen
On Wed, Aug 17, 2005 at 11:54:23AM +0200, Christian Ehrhardt wrote: > > Hi, > > Your Patch at (URL wrapped) > > http://www.kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git; \ > a=commit;h=99c6e60afff8a7bc6121aeb847dab27c556cf0c9 > > introduced an additional Parameter

Re: Undefined behaviour with get_cpu_vendor

2005-08-17 Thread Andreas Schwab
Christian Ehrhardt <[EMAIL PROTECTED]> writes: > --- arch/i386/kernel/apic.c 2005-03-26 04:28:38.0 +0100 > +++ arch/i386/kernel/apic.c.new 2005-08-17 11:54:48.070499352 +0200 > @@ -703,14 +703,14 @@ > static int __init detect_init_APIC (void) > { > u32 h, l, features; > -

Undefined behaviour with get_cpu_vendor

2005-08-17 Thread Christian Ehrhardt
Hi, Your Patch at (URL wrapped) http://www.kernel.org/git/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git; \ a=commit;h=99c6e60afff8a7bc6121aeb847dab27c556cf0c9 introduced an additional Parameter (int early) to get_cpu_vendor. However, the same function is called in arch/i386/ker