Revision c2048b0a0a6e589d9813766489f78185cbabcdc6 authored by Linus Torvalds on 07 December 2010, 16:04:08 UTC, committed by Linus Torvalds on 07 December 2010, 16:04:08 UTC
* 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6:
  [S390] css: fix rsid evaluation for 2nd crw
  [S390] nohz/s390: fix arch_needs_cpu() return value on offline cpus
2 parent s de47de7 + 8d7bfb4
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