Dave Jones ee02594958 [PATCH] fix ia64 compile failure with gcc4.1
__get_unaligned creates a typeof the var its passed, and writes to it,
which on gcc4.1, spits out the following error:

drivers/char/vc_screen.c: In function 'vcs_write':
drivers/char/vc_screen.c:422: error: assignment of read-only variable 'val'

Signed-off-by: Dave Jones <davej@redhat.com>
[ The "right" fix would be to try to fix <asm-generic/unaligned.h>
  but that's hard to do with the tools gcc gives us. So this
  simpler patch is preferable -- Linus ]
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-12-29 10:19:21 -08:00
..
2005-12-22 22:26:10 -05:00
2005-10-30 17:37:10 -08:00
2005-10-30 17:37:32 -08:00
2005-12-22 07:55:12 -02:00
2005-11-07 07:54:09 -08:00
2005-12-26 10:17:43 -08:00
2005-10-30 17:37:32 -08:00
2005-12-03 20:50:51 -08:00