commit | 7e6735c3578e76c270a2797225a4214176ba13ef | [log] [tgz] |
---|---|---|
author | Cyril Chemparathy <cyril@ti.com> | Wed Sep 12 14:05:58 2012 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Oct 24 15:32:50 2012 -0700 |
tree | bc196f86d8699cd1eba80e8a3ebc1ba38e8a2bba | |
parent | 6f0c0580b70c89094b3422ba81118c7b959c7556 [diff] |
/dev/mem: use phys_addr_t for physical addresses This patch fixes the /dev/mem driver to use phys_addr_t for physical addresses. This is required on PAE systems, especially those that run entirely out of >4G physical memory space. Signed-off-by: Cyril Chemparathy <cyril@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>