diff options
author | Richard Henderson <rth@redhat.com> | 2014-04-02 10:49:36 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2014-04-02 10:49:36 -0700 |
commit | 84c2f4b068c5d221aea57334b38cdb78069b7dcf (patch) | |
tree | af7d67007a5de62af628f32bbe3a9006c9d7bb43 /libitm/config/sh/target.h | |
parent | 690c229f467233ded7028f6be3775cf119451b68 (diff) | |
download | gcc-84c2f4b068c5d221aea57334b38cdb78069b7dcf.zip gcc-84c2f4b068c5d221aea57334b38cdb78069b7dcf.tar.gz gcc-84c2f4b068c5d221aea57334b38cdb78069b7dcf.tar.bz2 |
libitm: Remove unused PAGE_SIZE macros
* config/alpha/target.h (PAGE_SIZE, FIXED_PAGE_SIZE): Remove.
* config/arm/target.h, config/sh/target.h: Likewise.
* config/sparc/target.h, config/x86/target.h: Likewise.
From-SVN: r209027
Diffstat (limited to 'libitm/config/sh/target.h')
-rw-r--r-- | libitm/config/sh/target.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libitm/config/sh/target.h b/libitm/config/sh/target.h index 6f6ae5f..fbc804c 100644 --- a/libitm/config/sh/target.h +++ b/libitm/config/sh/target.h @@ -35,10 +35,6 @@ typedef struct gtm_jmpbuf #endif } gtm_jmpbuf; -/* SH generally uses a fixed page size of 4K. */ -#define PAGE_SIZE 4096 -#define FIXED_PAGE_SIZE 1 - /* ??? The size of one line in hardware caches (in bytes). */ #define HW_CACHELINE_SIZE 32 |