--- trunk/src/cpus/cpu_ia64.c 2007/10/08 16:19:11 18 +++ trunk/src/cpus/cpu_ia64.c 2007/10/08 16:19:23 20 @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: cpu_ia64.c,v 1.2 2005/10/22 17:24:20 debug Exp $ + * $Id: cpu_ia64.c,v 1.3 2005/11/13 00:14:07 debug Exp $ * * IA64 CPU emulation. * @@ -159,32 +159,6 @@ } -/* - * ia64_cpu_show_full_statistics(): - * - * Show detailed statistics on opcode usage on each cpu. - */ -void ia64_cpu_show_full_statistics(struct machine *m) -{ - fatal("ia64_cpu_show_full_statistics(): TODO\n"); -} - - -/* - * ia64_cpu_tlbdump(): - * - * Called from the debugger to dump the TLB in a readable format. - * x is the cpu number to dump, or -1 to dump all CPUs. - * - * If rawflag is nonzero, then the TLB contents isn't formated nicely, - * just dumped. - */ -void ia64_cpu_tlbdump(struct machine *m, int x, int rawflag) -{ - fatal("ia64_cpu_tlbdump(): TODO\n"); -} - - /* * ia64_cpu_interrupt(): */