commit | 5acc4ce44cd0a9cf5dbcfe50085708e9156e0177 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Mon Jan 06 14:39:40 2014 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Jan 07 11:36:50 2014 -0700 |
tree | 826f131df8fede89868655e71c6fd3b531d95390 | |
parent | 21c346075c0694581303ff04ff2be021587e4b40 [diff] |
agp/intel: Rename gtt_bus_addr to gtt_phys_addr The only use of gtt_bus_addr is as an argument to ioremap(), so it is a CPU physical address, not a bus address. Rename it to gtt_phys_addr to reflect this. No functional change. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>