[git commit 0_9_30] Blackfin: add L2_SRAM flag for alloc func

Mike Frysinger vapier at gentoo.org
Sat Oct 10 16:44:02 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=4cb9668f15d2a8767534cd1bd4156b0cb38c497c
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/0_9_30

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/sysdeps/linux/bfin/bfin_sram.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libc/sysdeps/linux/bfin/bfin_sram.h b/libc/sysdeps/linux/bfin/bfin_sram.h
index eea729b..278514d 100644
--- a/libc/sysdeps/linux/bfin/bfin_sram.h
+++ b/libc/sysdeps/linux/bfin/bfin_sram.h
@@ -18,6 +18,7 @@ __BEGIN_DECLS
 #define L1_DATA_A_SRAM          0x00000002
 #define L1_DATA_B_SRAM          0x00000004
 #define L1_DATA_SRAM            0x00000006
+#define L2_SRAM			0x00000008
 
 extern void *sram_alloc(size_t size, unsigned long flags)
 	__attribute_malloc__ __attribute_warn_unused_result__;
-- 
1.6.3.3



More information about the uClibc-cvs mailing list