diff options
author | Jason Wessel <jason.wessel@windriver.com> | 2010-01-07 11:58:36 -0600 |
---|---|---|
committer | Jason Wessel <jason.wessel@windriver.com> | 2010-01-07 11:58:36 -0600 |
commit | 0fde663708c981189e4e62f3be51e02b1ad4eead (patch) | |
tree | 46cf9f766c2f8ec2c4586f2eac83d2e01d712ea1 /arch/blackfin/mm/Makefile | |
parent | 6144a85a0e018c19bc4b24f7eb6c1f3f7431813d (diff) | |
download | linux-0fde663708c981189e4e62f3be51e02b1ad4eead.tar.bz2 |
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/Makefile | 2 |
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 |