comparison TaskManager/kernel/schedule/Scheduler.cc @ 458:1c767b68d936

add ovly table tag modified
author kono@localhost.localdomain
date Sun, 27 Sep 2009 17:57:33 +0900
parents 95dbf6bd8cd9
children 942f451341a4
comparison
equal deleted inserted replaced
457:611c6f0d94a9 458:1c767b68d936
489 489
490 490
491 uint32 491 uint32
492 Scheduler::get_tag() 492 Scheduler::get_tag()
493 { 493 {
494 static int tag = 0; 494 static int tag = 16;
495 tag = tag++ & 0x0f; 495 tag ++;
496 return tag; 496 tag &= 0x0f;
497 return tag+16;
497 } 498 }
498 499
499 /*! 500 /*!
500 501
501 Main Memory のSegmentを書き出す 502 Main Memory のSegmentを書き出す