aboutsummaryrefslogtreecommitdiff
path: root/arch/um/sys-ppc/asm
AgeCommit message (Collapse)AuthorFilesLines
2015-04-13um: Remove ppc cruftRichard Weinberger3-74/+0
That code is a relict from the early days of UML. ppc support was never completed nor worked. Let's rip it out. Signed-off-by: Richard Weinberger <[email protected]>
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig1-2/+0
Currently all architectures but microblaze unconditionally define USE_ELF_CORE_DUMP. The microblaze omission seems like an error to me, so let's kill this ifdef and make sure we are the same everywhere. Signed-off-by: Christoph Hellwig <[email protected]> Acked-by: Hugh Dickins <[email protected]> Cc: <[email protected]> Cc: Michal Simek <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2008-10-22x86, um: get rid of header symlinksAl Viro3-0/+76
Signed-off-by: Al Viro <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]>