git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
405d967
)
CRIS: Change DEFINE_PER_CPU of current_pgd to be non volatile.
author
Jesper Nilsson
<jesper.nilsson@axis.com>
Wed, 24 Jun 2009 06:13:41 +0000
(15:13 +0900)
committer
Tejun Heo
<tj@kernel.org>
Wed, 24 Jun 2009 06:13:41 +0000
(15:13 +0900)
The DEFINE_PER_CPU of current_pgd was on CRIS defined using volatile,
which is not needed. Remove volatile.
Tested on an ARTPEC-3 (CRISv32) board.
tj: extern DEFINE_PER_CPU() replaced with DECLARE_PER_CPU()
[ Impact: code cleanup ]
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found