aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86')
-rw-r--r--src/arch/x86/boot/wakeup.S1
-rw-r--r--src/arch/x86/init/crt0_romcc_epilogue.inc1
-rw-r--r--src/arch/x86/init/prologue.inc1
-rw-r--r--src/arch/x86/lib/timestamp.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/x86/boot/wakeup.S b/src/arch/x86/boot/wakeup.S
index 3fe521ccba..a614b55f03 100644
--- a/src/arch/x86/boot/wakeup.S
+++ b/src/arch/x86/boot/wakeup.S
@@ -92,4 +92,3 @@ __wakeup_segment = RELOCATED(.)
.globl __wakeup_size
__wakeup_size:
.long . - __wakeup
-
diff --git a/src/arch/x86/init/crt0_romcc_epilogue.inc b/src/arch/x86/init/crt0_romcc_epilogue.inc
index 791ab8e36a..ff93adbc70 100644
--- a/src/arch/x86/init/crt0_romcc_epilogue.inc
+++ b/src/arch/x86/init/crt0_romcc_epilogue.inc
@@ -19,4 +19,3 @@ __main:
post_code(POST_DEAD_CODE)
hlt
jmp .Lhlt
-
diff --git a/src/arch/x86/init/prologue.inc b/src/arch/x86/init/prologue.inc
index e6645bad21..e0100b5127 100644
--- a/src/arch/x86/init/prologue.inc
+++ b/src/arch/x86/init/prologue.inc
@@ -21,4 +21,3 @@
.section ".rom.data", "a", @progbits
.section ".rom.text", "ax", @progbits
-
diff --git a/src/arch/x86/lib/timestamp.c b/src/arch/x86/lib/timestamp.c
index ae5336c6b7..9df505a570 100644
--- a/src/arch/x86/lib/timestamp.c
+++ b/src/arch/x86/lib/timestamp.c
@@ -24,4 +24,3 @@ uint64_t timestamp_get(void)
{
return rdtscll();
}
-