aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-cris/arch-v32/processor.h
diff options
context:
space:
mode:
authorJesper Nilsson <jesper.nilsson@axis.com>2008-01-28 18:06:43 +0100
committerJesper Nilsson <jesper.nilsson@axis.com>2008-02-08 11:06:38 +0100
commit4258fb19320ae083064aef21b042a02a509119b9 (patch)
treea30069734620e922cdcdad6af32ce7853fcbbc8f /include/asm-cris/arch-v32/processor.h
parentCRIS v32: Add prototype for crisv32_pinmux_dealloc_fixed in asm-cris/arch-v32/pinmux.h (diff)
downloadlinux-dev-4258fb19320ae083064aef21b042a02a509119b9.tar.xz
linux-dev-4258fb19320ae083064aef21b042a02a509119b9.zip
CRIS v32: Change name for simulator config in asm-cris/arch-v32/processor.h
Diffstat (limited to '')
-rw-r--r--include/asm-cris/arch-v32/processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-cris/arch-v32/processor.h b/include/asm-cris/arch-v32/processor.h
index 5553b0cd02bf..f80b47790ca6 100644
--- a/include/asm-cris/arch-v32/processor.h
+++ b/include/asm-cris/arch-v32/processor.h
@@ -23,7 +23,7 @@ struct thread_struct {
* User-space process size. This is hardcoded into a few places, so don't
* changed it unless everything's clear!
*/
-#ifndef CONFIG_ETRAXFS_SIM
+#ifndef CONFIG_ETRAX_VCS_SIM
#define TASK_SIZE (0xB0000000UL)
#else
#define TASK_SIZE (0xA0000000UL)