ARMv7: drop __ASSEMBLY__

We moved to using __ASSEMBLER__ years ago since it is set by as.

Change-Id: I60103ba23ebe87be1d0bc63beed0ef5b05eed4f2
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2111
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Tested-by: build bot (Jenkins)
This commit is contained in:
Stefan Reinauer
2013-01-04 16:29:29 -08:00
committed by Ronald G. Minnich
parent 9bcab0c72b
commit 2f25d9963e
20 changed files with 29 additions and 31 deletions

View File

@@ -60,7 +60,7 @@
#define arch_align_stack(x) (x)
#ifndef __ASSEMBLY__
#ifndef __ASSEMBLER__
static inline unsigned int get_cr(void)
{
unsigned int val;