From 2723a41e089a29bd89ce5d9201fd31a755dd2778 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 21 Sep 2007 09:11:56 +0200 Subject: remove old microblaze support --- lib_microblaze/cache.c | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 lib_microblaze/cache.c (limited to 'lib_microblaze/cache.c') diff --git a/lib_microblaze/cache.c b/lib_microblaze/cache.c deleted file mode 100644 index a2f7493b61..0000000000 --- a/lib_microblaze/cache.c +++ /dev/null @@ -1,31 +0,0 @@ -/* - * (C) Copyright 2004 Atmark Techno, Inc. - * - * Yasushi SHOJI - * - * See file CREDITS for list of people who contributed to this - * project. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA - */ - -#include - -void flush_cache (ulong addr, ulong size) -{ - /* MicroBlaze have write thruough cache. nothing to do. */ - return; -} -- cgit v1.2.3