summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/arch/armv7/include/clocks.h1
-rw-r--r--src/arch/x86/boot/gdt.c1
-rw-r--r--src/arch/x86/include/arch/io.h1
-rw-r--r--src/arch/x86/include/arch/smp/mpspec.h1
-rw-r--r--src/arch/x86/init/bootblock_normal.c1
-rw-r--r--src/arch/x86/init/bootblock_simple.c1
-rw-r--r--src/arch/x86/lib/cpu.c1
-rw-r--r--src/arch/x86/lib/stages.c1
8 files changed, 0 insertions, 8 deletions
diff --git a/src/arch/armv7/include/clocks.h b/src/arch/armv7/include/clocks.h
index 8f35303fd3..58cf838621 100644
--- a/src/arch/armv7/include/clocks.h
+++ b/src/arch/armv7/include/clocks.h
@@ -41,4 +41,3 @@ enum {
CLK_216M = 216000000,
CLK_300M = 300000000,
};
-
diff --git a/src/arch/x86/boot/gdt.c b/src/arch/x86/boot/gdt.c
index 3505da4535..7ebf92ae85 100644
--- a/src/arch/x86/boot/gdt.c
+++ b/src/arch/x86/boot/gdt.c
@@ -57,4 +57,3 @@ void move_gdt(void)
__asm__ __volatile__ ("lgdt %0\n\t" : : "m" (gdtarg));
printk(BIOS_DEBUG, "ok\n");
}
-
diff --git a/src/arch/x86/include/arch/io.h b/src/arch/x86/include/arch/io.h
index ce3574ea70..b6d82f9275 100644
--- a/src/arch/x86/include/arch/io.h
+++ b/src/arch/x86/include/arch/io.h
@@ -353,4 +353,3 @@ void pnp_set_drq(pnp_devfn_t dev, unsigned index, unsigned drq)
#endif /* __SIMPLE_DEVICE__ */
#endif
-
diff --git a/src/arch/x86/include/arch/smp/mpspec.h b/src/arch/x86/include/arch/smp/mpspec.h
index 61709ff5e0..8e74e463d3 100644
--- a/src/arch/x86/include/arch/smp/mpspec.h
+++ b/src/arch/x86/include/arch/smp/mpspec.h
@@ -294,4 +294,3 @@ void mptable_write_buses(struct mp_config_table *mc, int *max_pci_bus, int *isa_
void *mptable_finalize(struct mp_config_table *mc);
#endif
-
diff --git a/src/arch/x86/init/bootblock_normal.c b/src/arch/x86/init/bootblock_normal.c
index f227e8e9dd..218d456ad3 100644
--- a/src/arch/x86/init/bootblock_normal.c
+++ b/src/arch/x86/init/bootblock_normal.c
@@ -49,4 +49,3 @@ static void main(unsigned long bist)
/* duh. we're stuck */
asm volatile ("1:\n\thlt\n\tjmp 1b\n\t");
}
-
diff --git a/src/arch/x86/init/bootblock_simple.c b/src/arch/x86/init/bootblock_simple.c
index 34f55cac35..179595a727 100644
--- a/src/arch/x86/init/bootblock_simple.c
+++ b/src/arch/x86/init/bootblock_simple.c
@@ -20,4 +20,3 @@ static void main(unsigned long bist)
if (entry) call(entry, bist);
asm volatile ("1:\n\thlt\n\tjmp 1b\n\t");
}
-
diff --git a/src/arch/x86/lib/cpu.c b/src/arch/x86/lib/cpu.c
index 4a3bd964cd..86b5cb0cd4 100644
--- a/src/arch/x86/lib/cpu.c
+++ b/src/arch/x86/lib/cpu.c
@@ -293,4 +293,3 @@ void cpu_initialize(unsigned int index)
return;
}
-
diff --git a/src/arch/x86/lib/stages.c b/src/arch/x86/lib/stages.c
index 2da66d368d..ce678afedf 100644
--- a/src/arch/x86/lib/stages.c
+++ b/src/arch/x86/lib/stages.c
@@ -23,4 +23,3 @@ static void skip_romstage(void)
"jmp __main\n"
);
}
-