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:
f84f52a
)
m68knommu: remove reduntant definitions of _ramvec
author
Greg Ungerer
<gerg@uclinux.org>
Mon, 23 Jan 2012 03:12:41 +0000
(13:12 +1000)
committer
Greg Ungerer
<gerg@uclinux.org>
Sun, 4 Mar 2012 23:43:03 +0000
(09:43 +1000)
The base of the real RAM resident hardware vectors, _ramvec, is declared in
our asm/traps.h. No need to have local declarations spread around in other
files that use this. So remove them.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
No differences found