Subversion Repositories HelenOS-historic

Rev

Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 68
Line 29... Line 29...
29
#include <arch/cache.h>
29
#include <arch/cache.h>
30
#include <panic.h>
30
#include <panic.h>
31
 
31
 
32
void cache_error(void)
32
void cache_error(void)
33
{
33
{
34
    panic(PANIC "cache_error exception\n");
34
    panic("cache_error exception\n");
35
}
35
}