diff options
author | Robin Getz <rgetz@blackfin.uclinux.org> | 2008-10-08 18:03:33 +0800 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-10-08 18:03:33 +0800 |
commit | 9df10281e1c03b1c04d17f387bc59eb932c0bb87 (patch) | |
tree | 53b59aa5f958964c6e846d01fe7ed688f4884088 /arch/blackfin/mm/Makefile | |
parent | 7eb2c23f602ab35c5f4227bc87945a3c78a14150 (diff) |
Blackfin arch: Use DTEST rather than DMA to poke at L1 SRAM during exception context
Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
Signed-off-by: Bryan Wu <cooloney@kernel.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 81aacbc32d3..d489f894f4b 100644 --- a/arch/blackfin/mm/Makefile +++ b/arch/blackfin/mm/Makefile @@ -2,4 +2,4 @@ # arch/blackfin/mm/Makefile # -obj-y := sram-alloc.o init.o +obj-y := sram-alloc.o isram-driver.o init.o |