Remove duplicate white lines.

This commit is contained in:
Ralf Corsepius
2004-04-21 16:01:48 +00:00
parent 6128a4aa5e
commit f05b2ac0bc
403 changed files with 33 additions and 2026 deletions

View File

@@ -32,7 +32,6 @@
#include <rtems/bspIo.h>
#endif
/* Code options, put them on the compiler command line */
/* #define EIP_STATS */ /* EIP based profiling */
/* #undef EIP_STATS */
@@ -78,7 +77,6 @@ typedef struct _x86 {
x86 v86_private __attribute__((aligned(32)));
/* Emulator is in another source file */
extern
void em86_enter(x86 * p);
@@ -461,7 +459,6 @@ void cleanup_v86_mess(void) {
p->ioperm=0;
}
int init_v86(void) {
x86 *p = (x86 *) bd->v86_private;
@@ -502,7 +499,6 @@ void em86_main(struct pci_dev *dev){
#define IOMASK 0
#endif
#ifndef __BOOT__
int i;
/* Allow or disable access to all ports */
@@ -550,7 +546,6 @@ void em86_main(struct pci_dev *dev){
p->rom = palloc(length*512);
if (!p->rom) return;
for(dst=(u_int *) p->rom,
src=(volatile u_int *)(ptr_mem_map->isa_mem_base+0xc0000),
left = length*512/sizeof(u_int);