diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-07-28 15:45:47 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-08-01 00:35:28 +0400 |
commit | e001e52801ffb2d8dae43f26bdf67df62d312d85 (patch) | |
tree | 324fd21c695cda22eb2a491669a2f9c3b9692426 /arch/mips/kernel/head.S | |
parent | 348c913f571dc1a0e7fd84d7206fc7ee983420df (diff) | |
download | linux-e001e52801ffb2d8dae43f26bdf67df62d312d85.tar.xz |
[MIPS] Replace use of stext with _stext.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/head.S')
-rw-r--r-- | arch/mips/kernel/head.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/kernel/head.S b/arch/mips/kernel/head.S index c15bbc436bbd..e46782b0ebc8 100644 --- a/arch/mips/kernel/head.S +++ b/arch/mips/kernel/head.S @@ -138,7 +138,6 @@ .fill 0x400 #endif -EXPORT(stext) # used for profiling EXPORT(_stext) #ifndef CONFIG_BOOT_RAW |