linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch]Kernel 2.6.0-test9 compile on x86-64
@ 2003-11-01  1:14 mark
  0 siblings, 0 replies; 2+ messages in thread
From: mark @ 2003-11-01  1:14 UTC (permalink / raw)
  To: linux-kernel

I must say this is my first experience with a 2.6 kernel and it is very
fast and responsive.

I found that when compiling the 2.6.0-test9 for an athlon64 that the
symbol "ip_compute_csum" was not found by several network modules
including sk98lin with concerned me in perticular. A quick google search
revealed that IA64 had a similar problem in test6 and that ksyms for
x86-64 need to export "ip_compute_csum" to fix the problem.

Here's a diff of the change I made.

$ pwd
/usr/src/linux-2.6.0-test9/arch/x86_64/kernel

$ diff x8664_ksyms.c x8664_ksyms.c~
217c217
< EXPORT_SYMBOL(ip_compute_csum);
---
>

After making this change I was able to recompile my kernel and it works
because I am using my SK9521 to send this email.

regards,

-- 
Mark Lane, CET
Hard Data Ltd www.harddata.com
mark@harddata.com
780-456-9771





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Patch]Kernel 2.6.0-test9 compile on x86-64
       [not found] <42692.216.123.194.211.1067649290.squirrel@www.harddata.com.suse.lists.linux.kernel>
@ 2003-11-01 18:48 ` Andi Kleen
  0 siblings, 0 replies; 2+ messages in thread
From: Andi Kleen @ 2003-11-01 18:48 UTC (permalink / raw)
  To: mark; +Cc: linux-kernel


Already fixed in Linus' tree. 

Also when you send diffs please use diff -u

-Andi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-18 13:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-01  1:14 [Patch]Kernel 2.6.0-test9 compile on x86-64 mark
     [not found] <42692.216.123.194.211.1067649290.squirrel@www.harddata.com.suse.lists.linux.kernel>
2003-11-01 18:48 ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).