Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into devel

This commit is contained in:
Russell King
2008-11-27 12:42:48 +00:00
committed by Russell King
10 changed files with 87 additions and 27 deletions

View File

@@ -772,6 +772,8 @@ static const char *hwcap_str[] = {
"java",
"iwmmxt",
"crunch",
"thumbee",
"neon",
NULL
};

View File

@@ -25,7 +25,7 @@
/*
* Access to the ThumbEE Handler Base register
*/
static inline unsigned long teehbr_read()
static inline unsigned long teehbr_read(void)
{
unsigned long v;
asm("mrc p14, 6, %0, c1, c0, 0\n" : "=r" (v));