refresh patches
SVN-Revision: 16477
This commit is contained in:
parent
85c19fe205
commit
17c76a1842
2 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@ Signed-off-by: David Daney <ddaney@caviumnetworks.com>
|
|||
|
||||
--- a/arch/mips/include/asm/compiler.h
|
||||
+++ b/arch/mips/include/asm/compiler.h
|
||||
@@ -26,4 +26,11 @@ typedef u64 uintx_t;
|
||||
#endif
|
||||
@@ -16,4 +16,11 @@
|
||||
#define GCC_REG_ACCUM "accum"
|
||||
#endif
|
||||
|
||||
+#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)
|
||||
|
|
|
@ -40,7 +40,7 @@ Signed-off-by: David Daney <ddaney@caviumnetworks.com>
|
|||
|
||||
--- a/arch/mips/Kconfig
|
||||
+++ b/arch/mips/Kconfig
|
||||
@@ -617,6 +617,8 @@ config CAVIUM_OCTEON_REFERENCE_BOARD
|
||||
@@ -618,6 +618,8 @@ config CAVIUM_OCTEON_REFERENCE_BOARD
|
||||
select SYS_HAS_EARLY_PRINTK
|
||||
select SYS_HAS_CPU_CAVIUM_OCTEON
|
||||
select SWAP_IO_SPACE
|
||||
|
|
Loading…
Reference in a new issue