arch: Trivial - drop trailing blank lines at EOF

Change-Id: I472f3b70226ea5236ba6fc231f0f257f0f0eed9d
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6206
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Edward O'Callaghan 2014-07-07 23:51:09 +10:00
parent 6beb1fe325
commit 7e8d48372b
8 changed files with 0 additions and 8 deletions

View File

@ -41,4 +41,3 @@ enum {
CLK_216M = 216000000,
CLK_300M = 300000000,
};

View File

@ -57,4 +57,3 @@ void move_gdt(void)
__asm__ __volatile__ ("lgdt %0\n\t" : : "m" (gdtarg));
printk(BIOS_DEBUG, "ok\n");
}

View File

@ -353,4 +353,3 @@ void pnp_set_drq(pnp_devfn_t dev, unsigned index, unsigned drq)
#endif /* __SIMPLE_DEVICE__ */
#endif

View File

@ -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

View File

@ -49,4 +49,3 @@ static void main(unsigned long bist)
/* duh. we're stuck */
asm volatile ("1:\n\thlt\n\tjmp 1b\n\t");
}

View File

@ -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");
}

View File

@ -293,4 +293,3 @@ void cpu_initialize(unsigned int index)
return;
}

View File

@ -23,4 +23,3 @@ static void skip_romstage(void)
"jmp __main\n"
);
}