commit | 53a442a0dd6bfe790f4cf02f3a3f446ed85607f9 | [log] [tgz] |
---|---|---|
author | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu May 19 16:43:31 2022 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu May 26 18:41:21 2022 +0800 |
tree | b0b3ca2ceb013e30db09091d0a3d95db81f8fa87 | |
parent | 7a35171d63bcd53eab81c311c56774b5f3067144 [diff] |
riscv: Clean up asm/io.h Clean up asm/io.h by - removing commented code - removing outdated comments - removing unused definitions (for mem_isa, mem_pci) This massively improves the readability of the file. Suggested by commits: 7ab2e47d27c9 ("arm: Clean up asm/io.h") 909d0399a519 ("ARM: asm/io.h: kill off confusing #ifdef __mem_pci block") Signed-off-by: Leo Yu-Chi Liang <ycliang@andestech.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>