diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-06-07 20:00:37 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-06-07 20:00:37 -0400 |
commit | dc315011312f04433e0fdd34b6a3dde4bfde1e48 (patch) | |
tree | 7a9f907f1e2c1441c63c93b0d0b0d71a05453d94 /include | |
parent | 2c750edd39a45402e355459194fe8804366bedd2 (diff) | |
parent | 6ba07e590d1f841a5d0539978399b852a015ab53 (diff) |
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
[MIPS] Fix warning by moving do_default_vi into CONFIG_CPU_MIPSR2_SRS
[MIPS] Fix some minor typoes in arch/mips/Kconfig.
[MIPS] Remove prototype for deleted function qemu_handle_int
[MIPS] Fix some system calls with long long arguments
[MIPS] Make dma_map_sg handle sg elements which are longer than one page
[MIPS] Drop __ARCH_WANT_SYS_FADVISE64
[MIPS] Fix VGA corruption on RM300C
[MIPS] RM300: Fix MMIO problems by marking the PCI INT ACK region busy
[MIPS] EMMA2RH: remove dead KGDB code
[MIPS] Remove duplicate fpu enable hazard code.
[MIPS] Atlas, Malta, SEAD: Remove scroll from interrupt handler.
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/asmmacro.h | 15 | ||||
-rw-r--r-- | include/asm-mips/mips-boards/prom.h | 1 | ||||
-rw-r--r-- | include/asm-mips/unistd.h | 1 |
3 files changed, 1 insertions, 16 deletions
diff --git a/include/asm-mips/asmmacro.h b/include/asm-mips/asmmacro.h index 92e62ef711ed..c5f20df780e9 100644 --- a/include/asm-mips/asmmacro.h +++ b/include/asm-mips/asmmacro.h | |||
@@ -52,21 +52,6 @@ | |||
52 | .endm | 52 | .endm |
53 | #endif /* CONFIG_MIPS_MT_SMTC */ | 53 | #endif /* CONFIG_MIPS_MT_SMTC */ |
54 | 54 | ||
55 | #ifdef CONFIG_CPU_SB1 | ||
56 | .macro fpu_enable_hazard | ||
57 | .set push | ||
58 | .set noreorder | ||
59 | .set mips2 | ||
60 | SSNOP | ||
61 | bnezl $0, .+4 | ||
62 | SSNOP | ||
63 | .set pop | ||
64 | .endm | ||
65 | #else | ||
66 | .macro fpu_enable_hazard | ||
67 | .endm | ||
68 | #endif | ||
69 | |||
70 | /* | 55 | /* |
71 | * Temporary until all gas have MT ASE support | 56 | * Temporary until all gas have MT ASE support |
72 | */ | 57 | */ |
diff --git a/include/asm-mips/mips-boards/prom.h b/include/asm-mips/mips-boards/prom.h index daaf9f98fc63..a9db576a9768 100644 --- a/include/asm-mips/mips-boards/prom.h +++ b/include/asm-mips/mips-boards/prom.h | |||
@@ -33,6 +33,7 @@ extern void prom_meminit(void); | |||
33 | extern void prom_fixup_mem_map(unsigned long start_mem, unsigned long end_mem); | 33 | extern void prom_fixup_mem_map(unsigned long start_mem, unsigned long end_mem); |
34 | extern void mips_display_message(const char *str); | 34 | extern void mips_display_message(const char *str); |
35 | extern void mips_display_word(unsigned int num); | 35 | extern void mips_display_word(unsigned int num); |
36 | extern void mips_scroll_message(void); | ||
36 | extern int get_ethernet_addr(char *ethernet_addr); | 37 | extern int get_ethernet_addr(char *ethernet_addr); |
37 | 38 | ||
38 | /* Memory descriptor management. */ | 39 | /* Memory descriptor management. */ |
diff --git a/include/asm-mips/unistd.h b/include/asm-mips/unistd.h index 2f1087b3a202..91c306fcfb72 100644 --- a/include/asm-mips/unistd.h +++ b/include/asm-mips/unistd.h | |||
@@ -949,7 +949,6 @@ | |||
949 | #define __ARCH_WANT_SYS_UTIME | 949 | #define __ARCH_WANT_SYS_UTIME |
950 | #define __ARCH_WANT_SYS_WAITPID | 950 | #define __ARCH_WANT_SYS_WAITPID |
951 | #define __ARCH_WANT_SYS_SOCKETCALL | 951 | #define __ARCH_WANT_SYS_SOCKETCALL |
952 | #define __ARCH_WANT_SYS_FADVISE64 | ||
953 | #define __ARCH_WANT_SYS_GETPGRP | 952 | #define __ARCH_WANT_SYS_GETPGRP |
954 | #define __ARCH_WANT_SYS_LLSEEK | 953 | #define __ARCH_WANT_SYS_LLSEEK |
955 | #define __ARCH_WANT_SYS_NICE | 954 | #define __ARCH_WANT_SYS_NICE |