[Blackfin] arch: fix bug - breaking the atomic sections code.
authorBernd Schmidt <bernds_cb1@t-online.de>
Wed, 7 May 2008 03:41:26 +0000 (11:41 +0800)
committerBryan Wu <cooloney@kernel.org>
Wed, 7 May 2008 03:41:26 +0000 (11:41 +0800)
commit19d6d7d53c8ff809182a1f092d2c6918146414e9
treef859bb679c7e2320ed3fd4d66d026452e8430a95
parentc2f9527979c14a21bbaa31c12a14204aabeb6e45
[Blackfin] arch: fix bug -  breaking the atomic sections code.

The following cleanup patch:
  add __user markings to a few userspace system functions

mysteriously added a "&" operator that doesn't belong in there, breaking the
atomic sections code.

Signed-off-by: Bernd Schmidt <bernds_cb1@t-online.de>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/kernel/process.c