diff options
author | Dean Nelson <dcn@sgi.com> | 2005-03-23 02:00:00 +0300 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-05-04 21:18:32 +0400 |
commit | 9b48b46678989b67cd00658ea88964163eaab616 (patch) | |
tree | 4b6362a239422144b4fe9d669ba2f5eefbb1374b /include/asm-ia64/sn/pda.h | |
parent | c4b07b7b3693228c7b848c00a9d4bbb49506a45f (diff) | |
download | linux-9b48b46678989b67cd00658ea88964163eaab616.tar.xz |
[IA64-SGI] move nodepda pointer out of pda
Remove the p_nodepda and p_subnodepda pointers from the pda_s structure.
And then define a new per-cpu pointer to the nodepda and export it so
that it can be accessed by kernel modules.
Signed-off-by: Dean Nelson <dcn@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64/sn/pda.h')
-rw-r--r-- | include/asm-ia64/sn/pda.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-ia64/sn/pda.h b/include/asm-ia64/sn/pda.h index a5340cfe9bab..ea5590c76ca4 100644 --- a/include/asm-ia64/sn/pda.h +++ b/include/asm-ia64/sn/pda.h @@ -24,14 +24,6 @@ typedef struct pda_s { - /* Having a pointer in the begining of PDA tends to increase - * the chance of having this pointer in cache. (Yes something - * else gets pushed out). Doing this reduces the number of memory - * access to all nodepda variables to be one - */ - struct nodepda_s *p_nodepda; /* Pointer to Per node PDA */ - struct subnodepda_s *p_subnodepda; /* Pointer to CPU subnode PDA */ - /* * Support for SN LEDs */ |