summaryrefslogtreecommitdiff
path: root/purgatory/printf.c
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2008-03-06 18:22:32 +0900
committerSimon Horman <horms@verge.net.au>2008-03-06 18:50:46 +0900
commit7513645154273c6e1a8678c17b37c5f3fad2b490 (patch)
treeffdf0321196671131161b7daf26de58fa8d16b69 /purgatory/printf.c
parent8eeb3f9cdab8ffc9c576f9258df9a74f218ba1dc (diff)
kexec-tools: mipsel: Remove #ifdef __MIPSEL__ from kexec/kexec.c
On all architectures except mipsel add_buffer() expects add_segment() to work with the virtual address passed. On mipsel it is expected that add_segment() converts the virtual address to a physical address first. add_buffer_virt() is porvided on mipsel for the handful of cases that don't want the address to be converted. This patch maintains that behaviour, but without the need for #ifdef __MIPSEL__ from kexec/kexec.c and much duplicated code. Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'purgatory/printf.c')
0 files changed, 0 insertions, 0 deletions