X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=kitten%2Finclude%2Frca%2Frca_l0_linux.h;fp=kitten%2Finclude%2Frca%2Frca_l0_linux.h;h=0000000000000000000000000000000000000000;hb=80d6ccd14cca51eec611cc96cf1e39c7a9c98421;hp=017b05104997656aa4d95151e01951c01a06f8a0;hpb=e5d7715c14a23e72d742d402d4e4cdf97ffab697;p=palacios.releases.git diff --git a/kitten/include/rca/rca_l0_linux.h b/kitten/include/rca/rca_l0_linux.h deleted file mode 100644 index 017b051..0000000 --- a/kitten/include/rca/rca_l0_linux.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Copyright (c) 2004 Cray Inc. - * - * The contents of this file is proprietary information of Cray Inc. - * and may not be disclosed without prior written consent. - * - */ -/* - * This code is licensed under the GNU General Public License, - * Version 2. See the file COPYING for more details. - */ - - -#ifndef __RCA_L0_LINUX_H__ -#define __RCA_L0_LINUX_H__ - -#include - -/* - * LINUX: - * This works as long as the physical address is below 4GB and a static - * page table mapping has been setup for this address. This macro is - * intended to be used before ioremap() is available for e.g in the case - * of early_printk. - */ -#define rca_l0_comm_va(addr) \ - (void*)(((unsigned long)0xFFFFFFFF << 32) | (unsigned long)(addr)) - -extern int l0rca_os_init(void); - -#endif /* __RCA_L0_LINUX_H__ */