Subversion Repositories HelenOS

Rev

Rev 3626 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3626 Rev 3790
Line 171... Line 171...
171
        case TLB_INVL_PAGES:
171
        case TLB_INVL_PAGES:
172
                ASSERT(count);
172
                ASSERT(count);
173
            tlb_invalidate_pages(asid, page, count);
173
            tlb_invalidate_pages(asid, page, count);
174
            break;
174
            break;
175
        default:
175
        default:
176
            panic("unknown type (%d)\n", type);
176
            panic("Unknown type (%d).", type);
177
            break;
177
            break;
178
        }
178
        }
179
        if (type == TLB_INVL_ALL)
179
        if (type == TLB_INVL_ALL)
180
            break;
180
            break;
181
    }
181
    }