Removed dependency on bsp.h.

This commit is contained in:
Joel Sherrill
1999-02-24 14:36:00 +00:00
parent d7e2aa656c
commit 3dd7a724ed

View File

@@ -19,7 +19,6 @@
* $Header$
*/
#include <bsp.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -466,6 +465,9 @@ int _CPU_change_memory_mapping_attribute
* CACHE_DISABLE of the whole memory
*/
/* hack to avoid dependency on bsp.h */
void printk(char *fmt, ...); /* from 'printk.c' */
int _CPU_display_memory_attribute(){
unsigned int dirCount, pageCount;
cr0 regCr0;