Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#include <u.h>
2
#include <libc.h>
3
#include <bio.h>
4
#include <mach.h>
5
#define Extern extern
6
#include "sparc.h"
7
 
8
void
9
icacheinit(void)
10
{
11
}
12
 
13
void
14
updateicache(ulong addr)
15
{
16
	USED(addr);
17
}
18