[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4CDE72F1.80008@xs4all.nl>
Date: Sat, 13 Nov 2010 12:13:53 +0100
From: Jim Bos <jim876@...all.nl>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: Andreas Schwab <schwab@...hat.com>,
Andi Kleen <andi@...stfloor.org>, Michael Matz <matz@...e.de>,
Dave Korn <dave.korn.cygwin@...il.com>,
Richard Guenther <richard.guenther@...il.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
gcc@....gnu.org
Subject: [PATCH] i8k: Tell gcc that *regs gets clobbered
More recent GCC caused the i8k driver to stop working, on Slackware
compiler was upgraded from gcc-4.4.4 to gcc-4.5.1 after which it
didn't work anymore, meaning the driver didn't load or gave total
nonsensical output.
As it turned out the asm(..) statement forgot to mention it modifies
the *regs variable.
Credits to Andi Kleen <andi@...stfloor.org> and Andreas Schwab
<schwab@...ux-m68k.org> for providing the fix.
Signed-off-by: Jim Bos <jim876@...all.nl>
View attachment "PATCH.i8k.c" of type "text/plain" (625 bytes)
Powered by blists - more mailing lists