[Cbe-oss-dev] [patch/rfc 1/2] spufs: define static seems to be static.

Arnd Bergmann arnd at arndb.de
Fri Jul 27 00:17:08 EST 2007


On Thursday 26 July 2007, Sebastian Siewior wrote:
> @@ -76,7 +76,7 @@ asmlinkage long sys_spu_run(int fd, __u3
>  }
>  #endif
>  
> -asmlinkage long do_spu_create(const char __user *pathname, unsigned int flags,
> +static asmlinkage long do_spu_create(const char __user *pathname, unsigned int flags,
>                                 mode_t mode, struct file *neighbor)
>  {
>         char *tmp;


This broke when André changed sys_spu_create to do_spu_create. The 'asmlinkage'
here is still wrong, however. Only system calls are marked asmlinkage on powerpc.
It probably simply should have not been split in the first place...

	Arnd <><



More information about the cbe-oss-dev mailing list