diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-07-28 12:45:47 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-31 21:35:28 +0100 |
commit | e001e52801ffb2d8dae43f26bdf67df62d312d85 (patch) | |
tree | 324fd21c695cda22eb2a491669a2f9c3b9692426 /arch/mips/kernel/head.S | |
parent | 348c913f571dc1a0e7fd84d7206fc7ee983420df (diff) |
[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 c15bbc436bb..e46782b0ebc 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 |