Subversion Repositories HelenOS-historic

Rev

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

Rev 116 Rev 125
Line 241... Line 241...
241
            /* Local Interrupt Assignment */
241
            /* Local Interrupt Assignment */
242
            case 4:
242
            case 4:
243
                l_intr_entries = l_intr_entries ? l_intr_entries : (struct __l_intr_entry *) cur;
243
                l_intr_entries = l_intr_entries ? l_intr_entries : (struct __l_intr_entry *) cur;
244
                l_intr_entry_cnt++;
244
                l_intr_entry_cnt++;
245
                ct_l_intr_entry((struct __l_intr_entry *) cur);
245
                ct_l_intr_entry((struct __l_intr_entry *) cur);
246
                    cur += 8;
246
                cur += 8;
247
                break;
247
                break;
248
       
248
 
249
            default:
249
            default:
250
                /*
250
                /*
251
                 * Something is wrong. Fallback to UP mode.
251
                 * Something is wrong. Fallback to UP mode.
252
                 */
252
                 */
253
                 
253