/*[ invlpg.c LOCAL CHAR SccsID[]="@(#)invlpg.c 1.5 02/09/94"; INVLPG CPU Functions. --------------------- ]*/ #include #include #include #include #include #include #include #include #include #include #include #include #include /* ===================================================================== EXECUTION STARTS HERE. ===================================================================== */ #ifdef SPC486 GLOBAL VOID INVLPG IFN1( IU32, op1 /* src operand */ ) { invalidate_tlb_entry((IU32) op1); } #endif /* SPC486 */