]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ARM] 4849/1: move ATAGS asm definitions
authorGreg Ungerer <gerg@snapgear.com>
Wed, 5 Mar 2008 05:50:07 +0000 (06:50 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 6 Mar 2008 12:18:18 +0000 (12:18 +0000)
commit9c4c9f38796faf750de8586becf43b769c76b674
treeb7325d205a5442e07f9029a8d240a203fbee1582
parent37aca70c626ce8f4e5848de2d4892b5ed74a6875
[ARM] 4849/1: move ATAGS asm definitions

Move the definitions of ATAG_CORE and ATAG_CORE_SIZE in head.S to
head-common.S. There is no use of these in head.S itself, but they
are used in head-common.S. When building for the !CONFIG_MMU case
these were not defined when compiling head-nommu.S (which includes
head-common.S).

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/head-common.S
arch/arm/kernel/head.S