From 6a42f738444a9543932dfa1036d7775c616c13f8 Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 6 Aug 2002 22:12:10 +0000 Subject: [PATCH] Fix nested comments warning --- board/esd/cpci440/init.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/board/esd/cpci440/init.S b/board/esd/cpci440/init.S index 0c044ee..8c9d6be 100644 --- a/board/esd/cpci440/init.S +++ b/board/esd/cpci440/init.S @@ -70,8 +70,8 @@ .long TLB0(epn,sz),TLB1(rpn,erpn),TLB2(attr) -/*************************************************************************/ -/* TLB TABLE +/************************************************************************** + * TLB TABLE * * This table is used by the cpu boot code to setup the initial tlb * entries. Rather than make broad assumptions in the cpu source tree, @@ -79,7 +79,7 @@ * * Pointer to the table is returned in r1 * -/*************************************************************************/ + *************************************************************************/ .section .bootpg,"ax" .globl tlbtab -- 2.51.0