commit | ef798d0207e02e05bfabc7ba96e8a6f2cc07066e | [log] [tgz] |
---|---|---|
author | Ondrej Zary <linux@rainbow-software.org> | Wed Mar 21 23:36:50 2012 +0100 |
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Sun Apr 08 14:27:08 2012 +0000 |
tree | 84bc45bbb00825c092e96d22011edcc4bd744784 | |
parent | 0034102808e0dbbf3a2394b82b1bb40b5778de9e [diff] |
kyrofb: fix on x86_64 kyrofb is completely broken on x86_64 because the registers are defined as unsigned long. Change them to u32 to make the driver work. Tested with Hercules 3D Prophet 4000XT. Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Acked-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>