mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
- Unbreak - Switch to options helpers PR: 185885 Submitted by: hardy.schumacher@gmx.de Approved by: maintainer timeout (anatoly.borodin@gmail.com, 2 years)
11 lines
381 B
C
11 lines
381 B
C
--- 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 )
|