Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into devel
This commit is contained in:
@@ -772,6 +772,8 @@ static const char *hwcap_str[] = {
|
||||
"java",
|
||||
"iwmmxt",
|
||||
"crunch",
|
||||
"thumbee",
|
||||
"neon",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
@@ -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));
|
||||
|
Reference in New Issue
Block a user