diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-24 09:39:19 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:32 +0200 |
commit | 30ca98eef135c23aace1dc4e923fa61b6e1bc1ad (patch) | |
tree | 219ef2a8e39155eac5d50c4b93adeaceab3e549e /libc/sysdeps/linux/xtensa/bits/xtensa-config.h | |
parent | 47951f1e980e86761767111431ce2c1379034a3a (diff) |
xtensa-config.h: remove XCHAL_MMU_MIN_PTE_PAGE_SIZE used only in uClibc_page.h
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/xtensa/bits/xtensa-config.h')
-rw-r--r-- | libc/sysdeps/linux/xtensa/bits/xtensa-config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/sysdeps/linux/xtensa/bits/xtensa-config.h b/libc/sysdeps/linux/xtensa/bits/xtensa-config.h index 34cf28c0a..8632a0239 100644 --- a/libc/sysdeps/linux/xtensa/bits/xtensa-config.h +++ b/libc/sysdeps/linux/xtensa/bits/xtensa-config.h @@ -44,10 +44,4 @@ #undef XCHAL_NUM_AREGS #define XCHAL_NUM_AREGS 64 -/* Set a default page size. This is currently needed when bootstrapping - the runtime linker. See comments in dl-machine.h where this is used. */ - -#undef XCHAL_MMU_MIN_PTE_PAGE_SIZE -#define XCHAL_MMU_MIN_PTE_PAGE_SIZE 12 - #endif /* !XTENSA_CONFIG_H */ |