Replaced the get/put_unaligned() macros from <asm/unaligned.h> with own inline functions

This commit is contained in:
Klaus Schmidinger
2005-08-21 14:15:00 +02:00
parent 0b9aa1c1a8
commit a8fe90b28b
4 changed files with 24 additions and 3 deletions

View File

@@ -1436,3 +1436,7 @@ Klaus Heppenheimer <klaus@reel-multimedia.com>
Thomas G<>nther <tom1@toms-cafe.de>
for fixing handling the frame number display if '7' is pressed before the first
editing mark, or '9' after the last one
David Woodhouse <dwmw2@infradead.org>
for his help in replacing the get/put_unaligned() macros from asm/unaligned.h with
own inline functions to avoid problems on platforms that don't provide these