summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/sys_jensen.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt2006-07-02 03:55:03 +0200
committerLinus Torvalds2006-07-02 05:11:56 +0200
commitd63fb6c55f5f9eb3032fc5c3ab6eb9a26dd67cdc (patch)
tree8e2d3ff8deef62cf64f3989d5f6804feaa3753fe /arch/alpha/kernel/sys_jensen.c
parentMerge branch 'audit.b22' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... (diff)
downloadkernel-qcow2-linux-d63fb6c55f5f9eb3032fc5c3ab6eb9a26dd67cdc.tar.gz
kernel-qcow2-linux-d63fb6c55f5f9eb3032fc5c3ab6eb9a26dd67cdc.tar.xz
kernel-qcow2-linux-d63fb6c55f5f9eb3032fc5c3ab6eb9a26dd67cdc.zip
[PATCH] powermac: Fix some 64b resource damage
The 64 bits resource patches did a bit of damage on PowerMac causing a buffer overflow in macio_asic and a warning in a sound driver. The former is fixed by reverting the sprintf of the bus_id to %08x as it was before. The bus_id used for macio devices is always a 32 bits value (macio always sits in 32 bits space) and since it's exposed to userland, the format of the string shouldn't be changed like that anyway. The second by using the proper type for printk. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/alpha/kernel/sys_jensen.c')
0 files changed, 0 insertions, 0 deletions