blob: 69d8e33bce876584af681db8b0ec36d76e7d5f32 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- gfxdrivers/davinci/davinci_c64x.c.orig 2012-05-23 13:43:12 UTC
+++ gfxdrivers/davinci/davinci_c64x.c
@@ -57,6 +57,8 @@
#define C64X_QLEN direct_page_align( sizeof(c64xTaskControl) )
#define C64X_MLEN direct_page_align( 0x2000000 )
+typedef unsigned long ulong;
+
__attribute__((noinline))
static void
davinci_c64x_queue_error( DavinciC64x *c64x, const char *msg )
|