summaryrefslogtreecommitdiff
path: root/arch/microblaze/include/asm/flat.h
AgeCommit message (Collapse)AuthorFilesLines
2017-07-04binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failAl Viro1-17/+17
on MMU targets EFAULT is possible here. Make both return 0 or error, passing what used to be the return value of flat_get_addr_from_rp() by reference. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2009-06-02microblaze: remove unused flat_stack_align() definitionAndrew Morton1-1/+0
Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Michal Simek <monstr@monstr.eu>
2009-03-27microblaze_v8: headers for executables format FLAT, ELFMichal Simek1-0/+90
Reviewed-by: Ingo Molnar <mingo@elte.hu> Acked-by: John Linn <john.linn@xilinx.com> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> Acked-by: John Williams <john.williams@petalogix.com> Signed-off-by: Michal Simek <monstr@monstr.eu>