diff options
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2021-09-02 02:22:11 +0200 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2021-09-02 22:22:00 +0200 |
commit | 799206c1302e8fabfab5a4151e74a2fe90090590 (patch) | |
tree | ce9f394fb3002c2d76b34f30474c3f808b59b6d3 /README | |
parent | iscsi_ibft: fix warning in reserve_ibft_region() (diff) | |
download | linux-799206c1302e8fabfab5a4151e74a2fe90090590.tar.xz linux-799206c1302e8fabfab5a4151e74a2fe90090590.zip |
iscsi_ibft: Fix isa_bus_to_virt not working under ARM
The isa_bus_to_virt is only needed under X86 and in fact the code
that sets the ibft_phys_addr is only compiled under X86.
As such lets just ifdef the code.
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Vijayendra Suman <vijayendra.suman@oracle.com>
CC: Maurizio Lombardi <mlombard@redhat.com>
CC: Mike Rapoport <rppt@kernel.org>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
v2: Remove the ibft_phys_addr as it is defined in iscsi_ibft.h
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions