diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-03 08:00:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-03 08:00:30 +0000 |
commit | 4711ced926a24fb5a1c785a8f1490e311b3cba4b (patch) | |
tree | d6815f3b29bcb61483d60e29d693db511e5b6ef0 /devel/directfb/files/patch-gfxdrivers-davinci-davinci_c64x.c | |
parent | Mark as broken on tier-2 archs. (diff) |
- Update to 1.4.3
PR: ports/146815
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
Diffstat (limited to 'devel/directfb/files/patch-gfxdrivers-davinci-davinci_c64x.c')
-rw-r--r-- | devel/directfb/files/patch-gfxdrivers-davinci-davinci_c64x.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/directfb/files/patch-gfxdrivers-davinci-davinci_c64x.c b/devel/directfb/files/patch-gfxdrivers-davinci-davinci_c64x.c new file mode 100644 index 000000000000..59ee963f87c3 --- /dev/null +++ b/devel/directfb/files/patch-gfxdrivers-davinci-davinci_c64x.c @@ -0,0 +1,11 @@ +--- gfxdrivers/davinci/davinci_c64x.c ++++ 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 ) |