head.S (34cc1a8fe0d3f89f3602b49f1121a99d2bfc5efc) head.S (8d7e4cc2c8ea1d180d32d902eb899f27d3ee53d7)
1/*
2 * linux/arch/arm/boot/compressed/head.S
3 *
4 * Copyright (C) 1996-2002 Russell King
5 * Copyright (C) 2004 Hyok S. Choi (MPU support)
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

--- 358 unchanged lines hidden (view full) ---

367 .type LC0, #object
368LC0: .word LC0 @ r1
369 .word __bss_start @ r2
370 .word _end @ r3
371 .word _edata @ r6
372 .word input_data_end - 4 @ r10 (inflated size location)
373 .word _got_start @ r11
374 .word _got_end @ ip
1/*
2 * linux/arch/arm/boot/compressed/head.S
3 *
4 * Copyright (C) 1996-2002 Russell King
5 * Copyright (C) 2004 Hyok S. Choi (MPU support)
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

--- 358 unchanged lines hidden (view full) ---

367 .type LC0, #object
368LC0: .word LC0 @ r1
369 .word __bss_start @ r2
370 .word _end @ r3
371 .word _edata @ r6
372 .word input_data_end - 4 @ r10 (inflated size location)
373 .word _got_start @ r11
374 .word _got_end @ ip
375 .word user_stack_end @ sp
375 .word .L_user_stack_end @ sp
376 .size LC0, . - LC0
377
378#ifdef CONFIG_ARCH_RPC
379 .globl params
380params: ldr r0, =0x10000100 @ params_phys for RPC
381 mov pc, lr
382 .ltorg
383 .align

--- 711 unchanged lines hidden (view full) ---

1095 mov pc, r10
1096#endif
1097
1098 .ltorg
1099reloc_code_end:
1100
1101 .align
1102 .section ".stack", "aw", %nobits
376 .size LC0, . - LC0
377
378#ifdef CONFIG_ARCH_RPC
379 .globl params
380params: ldr r0, =0x10000100 @ params_phys for RPC
381 mov pc, lr
382 .ltorg
383 .align

--- 711 unchanged lines hidden (view full) ---

1095 mov pc, r10
1096#endif
1097
1098 .ltorg
1099reloc_code_end:
1100
1101 .align
1102 .section ".stack", "aw", %nobits
1103user_stack: .space 4096
1104user_stack_end:
1103.L_user_stack: .space 4096
1104.L_user_stack_end: