* MTRR compile failure in git
@ 2005-11-23 8:38 Meelis Roos
2005-11-23 8:49 ` Boris B. Zhmurov
0 siblings, 1 reply; 2+ messages in thread
From: Meelis Roos @ 2005-11-23 8:38 UTC (permalink / raw)
To: Linux Kernel list
CC arch/i386/kernel/cpu/mtrr/main.o
arch/i386/kernel/cpu/mtrr/main.c: In function 'set_mtrr':
arch/i386/kernel/cpu/mtrr/main.c:225: error: 'ipi_handler' undeclared (first use in this function)
arch/i386/kernel/cpu/mtrr/main.c:225: error: (Each undeclared identifier is reported only oncearch/i386/kernel/cpu/mtrr/main.c:225: error: for each function it appears in.)
x86 UP i686 (PIII)
--
Meelis Roos (mroos@linux.ee)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: MTRR compile failure in git
2005-11-23 8:38 MTRR compile failure in git Meelis Roos
@ 2005-11-23 8:49 ` Boris B. Zhmurov
0 siblings, 0 replies; 2+ messages in thread
From: Boris B. Zhmurov @ 2005-11-23 8:49 UTC (permalink / raw)
To: Meelis Roos; +Cc: Linux Kernel list
Hello, Meelis Roos.
On 23.11.2005 11:38 you said the following:
> CC arch/i386/kernel/cpu/mtrr/main.o
> arch/i386/kernel/cpu/mtrr/main.c: In function 'set_mtrr':
> arch/i386/kernel/cpu/mtrr/main.c:225: error: 'ipi_handler' undeclared
> (first use in this function)
> arch/i386/kernel/cpu/mtrr/main.c:225: error: (Each undeclared identifier
> is reported only oncearch/i386/kernel/cpu/mtrr/main.c:225: error: for
> each function it appears in.)
>
> x86 UP i686 (PIII)
Yep. That happens after that patch:
tree e7ba0f1bc8764c36859e2cfa9421bb1d86f2e7f4
parent b3a5225f31180322fd7d692fd4cf786702826b94
author Russell King <rmk+kernel@arm.linux.org.uk> Wed, 23 Nov 2005
06:38:04 -0800
committer David S. Miller <davem@davemloft.net> Wed, 23 Nov 2005
06:38:04 -0800
[NET]: Shut up warnings in net/core/flow.c
Not really a network problem, more a !SMP issue.
net/core/flow.c:295: warning: statement with no effect
flow.c:295: smp_call_function(flow_cache_flush_per_cpu, &info, 1, 0);
Fix this by converting the macro to an inline function, which
also increases the typechecking for !SMP builds.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
--
Boris B. Zhmurov
mailto: bb@kernelpanic.ru
"wget http://kernelpanic.ru/bb_public_key.pgp -O - | gpg --import"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-23 8:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-23 8:38 MTRR compile failure in git Meelis Roos
2005-11-23 8:49 ` Boris B. Zhmurov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.