Skip to content

Commit

Permalink
Blackfin arch: unify cplbinfo files
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 6 changed files with 201 additions and 363 deletions.
1 change: 1 addition & 0 deletions arch/blackfin/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ else
endif

obj-$(CONFIG_BFIN_GPTIMERS) += gptimers.o
obj-$(CONFIG_CPLB_INFO) += cplbinfo.o
obj-$(CONFIG_MODULES) += module.o
obj-$(CONFIG_KGDB) += kgdb.o
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
3 changes: 0 additions & 3 deletions arch/blackfin/kernel/cplb-mpu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
#

obj-y := cplbinit.o cacheinit.o cplbmgr.o

obj-$(CONFIG_CPLB_INFO) += cplbinfo.o

149 changes: 0 additions & 149 deletions arch/blackfin/kernel/cplb-mpu/cplbinfo.c

This file was deleted.

3 changes: 0 additions & 3 deletions arch/blackfin/kernel/cplb-nompu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
#

obj-y := cplbinit.o cacheinit.o cplbhdlr.o cplbmgr.o

obj-$(CONFIG_CPLB_INFO) += cplbinfo.o

208 changes: 0 additions & 208 deletions arch/blackfin/kernel/cplb-nompu/cplbinfo.c

This file was deleted.

Loading

0 comments on commit ff4c02e

Please sign in to comment.