From: Greg Ungerer Date: Wed, 5 Mar 2008 05:50:07 +0000 (+0100) Subject: [ARM] 4849/1: move ATAGS asm definitions X-Git-Tag: v2.6.25-rc6~29^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c4c9f38796faf750de8586becf43b769c76b674;p=pandora-kernel.git [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 Signed-off-by: Russell King --- Reading git-diff-tree failed