OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [include/] [l4/] [arch/] [or1k/] [v5/] [cpu.h] - Rev 7

Compare with Previous | Blame | View Log

/*
 * Cpu specific features
 * defined upon the base architecture.
 *
 * Copyright (C) 2010 B Labs Ltd.
 * Written by Bahadir Balban
 */
 
#ifndef __V5_CPU_H__
#define __V5_CPU_H__
 
#include INC_SUBARCH(mmu_ops.h)
 
static inline void cpu_startup(void)
{
 
}
 
static inline int smp_get_cpuid()
{
	return 0;
}
 
#endif /* __V5_CPU_H__ */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.