mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 06/08] percpu -v2 arch/i386 vmlinux.lds.S
@ 2006-04-15  3:10 Steven Rostedt
  0 siblings, 0 replies; only message in thread
From: Steven Rostedt @ 2006-04-15  3:10 UTC (permalink / raw)
  To: LKML

Add .data.percpu_offset section into arch/i386

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

Index: linux-2.6.17-rc1/arch/i386/kernel/vmlinux.lds.S
===================================================================
--- linux-2.6.17-rc1.orig/arch/i386/kernel/vmlinux.lds.S	2006-04-14 17:28:53.000000000 -0400
+++ linux-2.6.17-rc1/arch/i386/kernel/vmlinux.lds.S	2006-04-14 18:50:21.000000000 -0400
@@ -62,6 +62,7 @@ SECTIONS
   /* rarely changed data like cpu maps */
   . = ALIGN(32);
   .data.read_mostly : AT(ADDR(.data.read_mostly) - LOAD_OFFSET) { *(.data.read_mostly) }
+  PERCPU_OFFSET
   _edata = .;			/* End of data section */
 
   . = ALIGN(THREAD_SIZE);	/* init_task */



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-15  3:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-15  3:10 [PATCH 06/08] percpu -v2 arch/i386 vmlinux.lds.S Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®