diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-01-28 12:06:43 -0500 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 05:06:38 -0500 |
commit | 4258fb19320ae083064aef21b042a02a509119b9 (patch) | |
tree | a30069734620e922cdcdad6af32ce7853fcbbc8f /include/asm-cris/arch-v32 | |
parent | 230d69cf2ba6505fccdb7216da9eedc924c00d19 (diff) |
CRIS v32: Change name for simulator config in asm-cris/arch-v32/processor.h
Diffstat (limited to 'include/asm-cris/arch-v32')
-rw-r--r-- | include/asm-cris/arch-v32/processor.h | 2 |
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 { | |||
23 | * User-space process size. This is hardcoded into a few places, so don't | 23 | * User-space process size. This is hardcoded into a few places, so don't |
24 | * changed it unless everything's clear! | 24 | * changed it unless everything's clear! |
25 | */ | 25 | */ |
26 | #ifndef CONFIG_ETRAXFS_SIM | 26 | #ifndef CONFIG_ETRAX_VCS_SIM |
27 | #define TASK_SIZE (0xB0000000UL) | 27 | #define TASK_SIZE (0xB0000000UL) |
28 | #else | 28 | #else |
29 | #define TASK_SIZE (0xA0000000UL) | 29 | #define TASK_SIZE (0xA0000000UL) |