summary refs log tree commit diff stats
path: root/hw/alpha_palcode.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/alpha_palcode.c')
-rw-r--r--hw/alpha_palcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/alpha_palcode.c b/hw/alpha_palcode.c
index 8df7d89040..da2d9ad067 100644
--- a/hw/alpha_palcode.c
+++ b/hw/alpha_palcode.c
@@ -937,7 +937,7 @@ static int paddr_from_pte (uint64_t *paddr, int *zbitsp, int *prot,
         }
     }
     *paddr = (pfn << page_bits) | (vaddr & page_mask);
-   
+
     return 0;
 }