diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-24 19:00:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-24 19:00:26 -0400 |
commit | 2f66b529d9d131971e2509aee5478c61ca258ece (patch) | |
tree | 7a670d9eb76839ed5eecbe0cc1c1c25ba7ba446c /arch/mips/kernel/vpe.c | |
parent | 1e66239e23dd0422baf891bf6af0b65ac632b676 (diff) | |
parent | cdcc9eb5e014a58aba047193a73a0de8b61b988d (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 marge error due to conflict in arch/mips/kernel/head.S
[MIPS] ARC: Remove unused arch/mips/arc/console.c
[MIPS] SNI: sniprom
[MIPS] Jazz: remove unneeded reset functions
[MIPS] Whitespace cleanup.
[MIPS] Make resources for ds1742 "static __initdata"
[MIPS] Replace __attribute_used__ with __used
[MIPS] Jazz: Remove unused arch/mips/jazz/io.c
[MIPS] Mark prom_free_prom_memory as __init_refok
[MIPS] MIPSsim: Fix cflags
Diffstat (limited to 'arch/mips/kernel/vpe.c')
-rw-r--r-- | arch/mips/kernel/vpe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/kernel/vpe.c b/arch/mips/kernel/vpe.c index 9e66354dee8b..a2bee10f04cf 100644 --- a/arch/mips/kernel/vpe.c +++ b/arch/mips/kernel/vpe.c | |||
@@ -154,7 +154,6 @@ struct { | |||
154 | }; | 154 | }; |
155 | 155 | ||
156 | static void release_progmem(void *ptr); | 156 | static void release_progmem(void *ptr); |
157 | /* static __attribute_used__ void dump_vpe(struct vpe * v); */ | ||
158 | extern void save_gp_address(unsigned int secbase, unsigned int rel); | 157 | extern void save_gp_address(unsigned int secbase, unsigned int rel); |
159 | 158 | ||
160 | /* get the vpe associated with this minor */ | 159 | /* get the vpe associated with this minor */ |
@@ -1024,7 +1023,7 @@ static int vpe_elfload(struct vpe * v) | |||
1024 | return 0; | 1023 | return 0; |
1025 | } | 1024 | } |
1026 | 1025 | ||
1027 | __attribute_used__ void dump_vpe(struct vpe * v) | 1026 | void __used dump_vpe(struct vpe * v) |
1028 | { | 1027 | { |
1029 | struct tc *t; | 1028 | struct tc *t; |
1030 | 1029 | ||