]> err.no Git - linux-2.6/blobdiff - include/asm-mips/pmon.h
drm/radeon: fix texture uploads with large 3d textures (bug 13980)
[linux-2.6] / include / asm-mips / pmon.h
index 260f3448ccf1222579036927cece6b5ea8e98a35..6ad519189ce2975fefaee8c8796335a440e4f697 100644 (file)
@@ -22,7 +22,7 @@ struct callvectors {
        char*   (*gets) (char*);
        union {
                int     (*smpfork) (unsigned long cp, char *sp);
-               int     (*cpustart) (long, long, long, long);
+               int     (*cpustart) (long, void (*)(void), void *, long);
        } _s;
        int     (*semlock) (int sem);
        void    (*semunlock) (int sem);