aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mm/Makefile
diff options
context:
space:
mode:
authorJason Wessel <jason.wessel@windriver.com>2010-01-07 11:58:36 -0600
committerJason Wessel <jason.wessel@windriver.com>2010-01-07 11:58:36 -0600
commit0fde663708c981189e4e62f3be51e02b1ad4eead (patch)
tree46cf9f766c2f8ec2c4586f2eac83d2e01d712ea1 /arch/blackfin/mm/Makefile
parentmaccess,probe_kernel: Allow arch specific override probe_kernel_(read|write) (diff)
downloadlinux-dev-0fde663708c981189e4e62f3be51e02b1ad4eead.tar.xz
linux-dev-0fde663708c981189e4e62f3be51e02b1ad4eead.zip
blackfin,kgdb,probe_kernel: Cleanup probe_kernel_read/write
Blackfin needs it own arch specific probe_kernel_read() and probe_kernel_write(). This was moved out of the kgdb code and into the arch/blackfin/maccess.c, because it is a generic kernel api. The arch specific kgdb.c for blackfin was cleaned of all functions which exist in the kgdb core that do the same thing after resolving the probe_kernel_read() and probe_kernel_write(). This also eliminated the need for most of the #include's. CC: Sonic Zhang <sonic.adi@gmail.com> Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mm/Makefile')
-rw-r--r--arch/blackfin/mm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mm/Makefile b/arch/blackfin/mm/Makefile
index d489f894f4b1..4c011b1f661f 100644
--- a/arch/blackfin/mm/Makefile
+++ b/arch/blackfin/mm/Makefile
@@ -2,4 +2,4 @@
# arch/blackfin/mm/Makefile
#
-obj-y := sram-alloc.o isram-driver.o init.o
+obj-y := sram-alloc.o isram-driver.o init.o maccess.o