diff options
author | Timur Tabi <timur@freescale.com> | 2007-03-15 15:48:53 +0100 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-03-27 00:06:22 +0200 |
commit | de74f70360353929009f8611f3bb8fbb4f030527 (patch) | |
tree | 57e85e2dc75862d6fd64f963674c4ccfe4a5c3ba /fs/nls | |
parent | [POWERPC] 83xx: Delete unused header file. (diff) | |
download | linux-de74f70360353929009f8611f3bb8fbb4f030527.tar.xz linux-de74f70360353929009f8611f3bb8fbb4f030527.zip |
[POWERPC] QE: fix invalid pointer usage in ucc_slow_init()
In two places, ucc_slow_init() passes a physical address instead of the
virtual address to functions that were expecting the latter, causing a kernel
panic. us_info->regs contains the physical address of the UCC register set.
The registers are ioremap'd to kernel space, and the virtual pointers are
stored in us_regs. The code was using us_info->regs when it should have been
using us_regs.
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'fs/nls')
0 files changed, 0 insertions, 0 deletions