-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge MPU and noMPU version of CPLB info code to one common version. Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
- Loading branch information
Mike Frysinger
authored and
Bryan Wu
committed
Nov 18, 2008
1 parent
4db557d
commit ff4c02e
Showing
6 changed files
with
201 additions
and
363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,3 @@ | |
# | ||
|
||
obj-y := cplbinit.o cacheinit.o cplbmgr.o | ||
|
||
obj-$(CONFIG_CPLB_INFO) += cplbinfo.o | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,3 @@ | |
# | ||
|
||
obj-y := cplbinit.o cacheinit.o cplbhdlr.o cplbmgr.o | ||
|
||
obj-$(CONFIG_CPLB_INFO) += cplbinfo.o | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.