diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-08-19 21:37:52 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-08-24 09:16:19 +0000 |
commit | c94b38ec1336fa6b90a77b82582feb9093d8a274 (patch) | |
tree | 652e36c19f0c40f49686b01f12118d3186f741dc /src/arch/riscv/include/vm.h | |
parent | 78546c513473994510957b180340c60240be1ac4 (diff) | |
download | coreboot-c94b38ec1336fa6b90a77b82582feb9093d8a274.tar.xz |
src/arch: Drop unneeded empty lines
Change-Id: Ic86d2e6ad00cf190a2a728280f1a738486cb18c8
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44591
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/arch/riscv/include/vm.h')
-rw-r--r-- | src/arch/riscv/include/vm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/riscv/include/vm.h b/src/arch/riscv/include/vm.h index 5501a0c710..c1894c70ca 100644 --- a/src/arch/riscv/include/vm.h +++ b/src/arch/riscv/include/vm.h @@ -12,7 +12,6 @@ void mstatus_init(void); // need to setup mstatus so we know we have virtual memory - #define DEFINE_MPRV_READ_FLAGS(name, type, insn, flags) \ static inline type name(type *p); \ static inline type name(type *p) \ |