diff options
author | Michael Ellerman <[email protected]> | 2005-06-30 15:07:09 +1000 |
---|---|---|
committer | Paul Mackerras <[email protected]> | 2005-06-30 15:07:09 +1000 |
commit | bea248fb30c3122ece8c34798527fac431c1d7b0 (patch) | |
tree | 9158d7a089312f92abcb6c8d5a8d942d543be24b /net/lapb/lapb_timer.c | |
parent | b1bdfbd0a29d6da4dbe42736faac02c43a9afe76 (diff) |
[PATCH] ppc64: Remove lpqueue pointer from the paca on iSeries
The iSeries code keeps a pointer to the ItLpQueue in its paca struct. But
all these pointers end up pointing to the one place, ie. xItLpQueue.
So remove the pointer from the paca struct and just refer to xItLpQueue
directly where needed.
The only complication is that the spread_lpevents logic was implemented by
having a NULL lpqueue pointer in the paca on CPUs that weren't supposed to
process events. Instead we just compare the spread_lpevents value to the
processor id to get the same behaviour.
Signed-off-by: Michael Ellerman <[email protected]>
Acked-by: Stephen Rothwell <[email protected]>
Signed-off-by: Paul Mackerras <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions