diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-04-02 17:49:36 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-04-02 17:49:36 +0000 |
commit | b28b448fdb7865fc64094a799dd396f0d732a7c2 (patch) | |
tree | af7d67007a5de62af628f32bbe3a9006c9d7bb43 /libitm/config/alpha | |
parent | f959b4159a6c224f16e9020fe89e92083d0ed3b4 (diff) | |
download | gcc-b28b448fdb7865fc64094a799dd396f0d732a7c2.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209027 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libitm/config/alpha')
-rw-r--r-- | libitm/config/alpha/target.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libitm/config/alpha/target.h b/libitm/config/alpha/target.h index 5e23c532860..e33f1e1ac37 100644 --- a/libitm/config/alpha/target.h +++ b/libitm/config/alpha/target.h @@ -32,10 +32,6 @@ typedef struct gtm_jmpbuf unsigned long f[8]; } gtm_jmpbuf; -/* Alpha generally uses a fixed page size of 8K. */ -#define PAGE_SIZE 8192 -#define FIXED_PAGE_SIZE 1 - /* The size of one line in hardware caches (in bytes). */ #define HW_CACHELINE_SIZE 64 |