diff options
Diffstat (limited to 'drivers/misc/sgi-xp/xp_uv.c')
-rw-r--r-- | drivers/misc/sgi-xp/xp_uv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/sgi-xp/xp_uv.c b/drivers/misc/sgi-xp/xp_uv.c index dca519fdef98..382b1b6bcc0b 100644 --- a/drivers/misc/sgi-xp/xp_uv.c +++ b/drivers/misc/sgi-xp/xp_uv.c | |||
@@ -18,7 +18,7 @@ | |||
18 | static enum xp_retval | 18 | static enum xp_retval |
19 | xp_remote_memcpy_uv(void *vdst, const void *psrc, size_t len) | 19 | xp_remote_memcpy_uv(void *vdst, const void *psrc, size_t len) |
20 | { | 20 | { |
21 | /* >>> this function needs fleshing out */ | 21 | /* !!! this function needs fleshing out */ |
22 | return xpUnsupported; | 22 | return xpUnsupported; |
23 | } | 23 | } |
24 | 24 | ||