Revision bc584c5107bfd97e2aa41c798e3b213bcdd4eae7 authored by Linus Torvalds on 22 August 2010, 17:08:52 UTC, committed by Linus Torvalds on 22 August 2010, 17:08:52 UTC
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6:
  slab: fix object alignment
  slub: add missing __percpu markup in mm/slub_def.h
2 parent s a28e085 + 1ab335d
Raw File
module-common.lds
/*
 * Common module linker script, always used when linking a module.
 * Archs are free to supply their own linker scripts.  ld will
 * combine them automatically.
 */
SECTIONS {
	/DISCARD/ : { *(.discard) }
}
back to top