From 60e6a0f61d36126151786ed64577cdfab455dee0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 19 Apr 1999 13:06:07 +0000 Subject: Fixed some spacing issues. --- c/src/lib/libcpu/i386/cpu.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'c') diff --git a/c/src/lib/libcpu/i386/cpu.h b/c/src/lib/libcpu/i386/cpu.h index 98c3162608..b6c2867bff 100644 --- a/c/src/lib/libcpu/i386/cpu.h +++ b/c/src/lib/libcpu/i386/cpu.h @@ -460,7 +460,7 @@ typedef struct { typedef union { page_table_bits bits; unsigned int table_entry; -}page_table_entry; +} page_table_entry; /* * definitions related to page table entry @@ -479,13 +479,14 @@ typedef union { typedef struct { page_dir_entry pageDirEntry[MAX_ENTRY]; -}page_directory; +} page_directory; typedef struct { page_table_entry pageTableEntry[MAX_ENTRY]; -}page_table; +} page_table; -static inline void flush_cache(){ +static inline void flush_cache() +{ asm volatile ("wbinvd"); } -- cgit v1.2.3