[PATCH] AVR32: Implement and export __raw_{read,write}s[bwl]
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Tue, 24 Oct 2006 08:12:44 +0000 (10:12 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 26 Oct 2006 03:26:33 +0000 (20:26 -0700)
commitd68041cc9fde550fe6b6a6de1d7a110daff3cb60
tree1b712054a6466b7901339ebaba37ce27c7f2b1a0
parent065834ab3988fece5608088e83724891c8190a2f
[PATCH] AVR32: Implement and export __raw_{read,write}s[bwl]

Implement __raw_readsb and __raw_writesb. Export __raw_reads[bwl]
and __raw_writes[bwl] for use by modules.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/avr32/kernel/avr32_ksyms.c
arch/avr32/lib/Makefile
arch/avr32/lib/io-readsb.S [new file with mode: 0644]
arch/avr32/lib/io-writesb.S [new file with mode: 0644]