JPH05204867A - Timer interruption control system in symmetric multiprocessor system - Google Patents

Timer interruption control system in symmetric multiprocessor system

Info

Publication number
JPH05204867A
JPH05204867A JP4013066A JP1306692A JPH05204867A JP H05204867 A JPH05204867 A JP H05204867A JP 4013066 A JP4013066 A JP 4013066A JP 1306692 A JP1306692 A JP 1306692A JP H05204867 A JPH05204867 A JP H05204867A
Authority
JP
Japan
Prior art keywords
processor
timer
timer interrupt
priority
processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP4013066A
Other languages
Japanese (ja)
Inventor
Hiroshi Komuro
浩 小室
Ikuo Uchibori
郁夫 内堀
Tsukasa Suenaga
司 末永
Shinichiro Suzuki
慎一郎 鈴木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP4013066A priority Critical patent/JPH05204867A/en
Publication of JPH05204867A publication Critical patent/JPH05204867A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To effectively use a processor with low priority and to reduce hardware quantity in a symmetric multiprocessor system. CONSTITUTION:One timer interruption mechanism 30 equipped with a priority register 31 by which the priority of each processor in a system can be set from an arbitrary processor, a timer mechanism 32 by which an arbitrary timer value can be set from the processor using timer interruption, and a timer interruption circuit 33 is provided in the system. The timer interruption circuit 33 judges the processor with the lowest priority at that time when a time represented by a timer value is counted in the timer mechanism 32 and a timer interruption detection signal 320 is outputted from the mechanism 32 by referring to the priority register 31, and turns on an interruption signal proper to the processor out of the timer interruption signals 330-333, and reports the timer interruption. Thereby, the processor with the lowest priority can perform interruption processing.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明は、複数のプロセッサが
対等に動作する対称型マルチプロセッサシステムにおけ
るタイマ割込み制御方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a timer interrupt control system in a symmetric multiprocessor system in which a plurality of processors operate equally.

【0002】[0002]

【従来の技術】従来より、複数のプロセッサが対等に動
作する対称型マルチプロセッサ処理方式の電子計算機、
即ち対称型マルチプロセッサシステムが知られている。
この種のシステムでは、従来は、各プロセッサ毎にタイ
マ割込み機構が設けられていた。これら各タイマ割込み
機構は独立に動作が可能であった。
2. Description of the Related Art Conventionally, a symmetric multiprocessor processing type computer in which a plurality of processors operate in an equal manner,
That is, a symmetric multiprocessor system is known.
In this type of system, conventionally, a timer interrupt mechanism is provided for each processor. Each of these timer interrupt mechanisms could operate independently.

【0003】また、各プロセッサは、それぞれのプロセ
ッサに設けられたタイマ割込み機構へのタイマ値設定
(時間設定)が可能なようになっている。もし、タイマ
割込み機構からのタイマ割込みが発生した場合には、割
込みが発生したプロセッサ(割込みを発生したタイマ割
込み機構を持つプロセッサ)が、実行中の処理を中断し
て割込み処理を行っていた。
Further, each processor can set a timer value (time setting) in a timer interrupt mechanism provided in each processor. If a timer interrupt is generated from the timer interrupt mechanism, the processor in which the interrupt occurred (the processor having the timer interrupt mechanism in which the interrupt occurred) interrupted the process being executed and performed the interrupt process.

【0004】上記のタイマ割込みは、主にOS(オペレ
ーティングシステム)が一定時間間隔で行うようなリア
ルタイム処理に使われている。このOSで使われるタイ
マ割込み機構は、いずれかのプロセッサ上の1つであ
り、複数のタイマ割込み機構を使用することはなかっ
た。
The above-mentioned timer interrupt is mainly used for real-time processing which is performed by the OS (operating system) at regular time intervals. The timer interrupt mechanism used in this OS was one on any processor and never used multiple timer interrupt mechanisms.

【0005】[0005]

【発明が解決しようとする課題】上記したように従来の
対称型マルチプロセッサシステムにおけるタイマ割込み
制御方式では、タイマ割込みが発生した場合、割込み時
間を設定し、且つ割込みが発生したプロセッサにおいて
しか割込み処理を行うことができなかった。このため、
割込みが発生したプロセッサは実行中のタスクの優先順
位の高低に拘らず割込み処理を行わなければならず、そ
のプロセッサの処理を中断しなければならなかった。
As described above, in the conventional timer interrupt control method in the symmetric multiprocessor system, when the timer interrupt occurs, the interrupt time is set and the interrupt processing is performed only in the processor in which the interrupt occurs. Could not be done. For this reason,
The processor in which the interrupt has occurred has to perform interrupt processing regardless of the priority of the task being executed, and has to interrupt the processing of that processor.

【0006】また、上記従来方式では、タイマ割込み機
構はプロセッサの台数分だけ用意されるが、実際に使わ
れているタイマ割込み機構はその中の1つであり、シス
テム的には冗長である等の問題があった。
Further, in the above-mentioned conventional system, the timer interrupt mechanism is prepared for the number of processors, but the timer interrupt mechanism actually used is one of them, and the system is redundant. There was a problem.

【0007】この発明は上記事情に鑑みてなされたもの
でその目的は、システムに1つのタイマ割込み機構によ
り、優先順位の最も低いタスクを処理している(或いは
処理状態にない)プロセッサに対して選択的にタイマ割
込みを発生することができ、もって優先順位の高いタス
クの処理を妨げずにタイマ割込み処理が行え、しかもハ
ードウェア量を少なくできる対称型マルチプロセッサシ
ステムにおけるタイマ割込み制御方式を提供することに
ある。
The present invention has been made in view of the above circumstances, and an object thereof is to provide a processor for processing a task having the lowest priority (or not in a processing state) with a timer interrupt mechanism in the system. A timer interrupt control method in a symmetric multiprocessor system capable of selectively generating a timer interrupt, performing timer interrupt processing without interrupting the processing of tasks with high priority, and reducing the amount of hardware. Especially.

【0008】[0008]

【課題を解決するための手段】この発明は、対称型マル
チプロセッサシステム内の任意のプロセッサから任意の
タイマ値が設定可能なタイマ手段と、システム内の各プ
ロセッサで実行中の処理の優先順位に従うプロセッサ優
先順位が設定される優先順位設定手段と、上記タイマ手
段から設定時間経過の検出信号が出力された際に、優先
順位設定手段の設定内容からその時点で最も優先順位の
低いプロセッサを判別し、そのプロセッサにタイマ割込
みを通知するタイマ割込み制御手段とを設け、タイマ割
込みに伴う割込み処理が優先順位の低いプロセッサで行
われるようにしたことを特徴とするものである。
According to the present invention, a timer means capable of setting an arbitrary timer value from an arbitrary processor in a symmetric multiprocessor system and a priority order of processing being executed by each processor in the system. When the priority setting means for setting the processor priority and the detection signal indicating that the set time has elapsed are output from the timer means, the processor having the lowest priority at that time is determined from the setting contents of the priority setting means. The processor is provided with a timer interrupt control means for notifying a timer interrupt so that the interrupt processing associated with the timer interrupt is performed by the processor with a lower priority.

【0009】[0009]

【作用】上記の構成においては、システム内の任意のプ
ロセッサにより、各プロセッサで実行中の処理の優先順
位で決定されるプロセッサ優先順位が優先順位設定手段
に設定される。このプロセッサ優先順位はシステムの状
況に応じて変化し、その都度設定し直される。
In the above arrangement, any processor in the system sets, in the priority setting means, the processor priority determined by the priority of the process being executed by each processor. The processor priority changes according to the system status and is reset each time.

【0010】タイマ割込みを使用するプロセッサは、各
プロセッサに共通のタイマ手段に任意のタイマ値を設定
する。タイマ手段は、設定されたタイマ値の示す時間
(設定時間)をカウントし、設定時間が経過したことを
検出すると、その旨の検出信号を出力する。
A processor using a timer interrupt sets an arbitrary timer value in a timer means common to each processor. The timer means counts the time (set time) indicated by the set timer value, and when detecting that the set time has elapsed, outputs a detection signal to that effect.

【0011】タイマ割込み制御手段は、タイマ手段から
検出信号が出力されると、優先順位設定手段の設定内容
からその時点で最も優先順位の低いプロセッサを判別
し、そのプロセッサにタイマ割込みを通知する。タイマ
割込み制御手段からのタイマ割込みを受けた低優先順位
のプロセッサは、実行中のタスクがあった場合はその処
理を中断し、タイマ割込み処理を開始する。
When the detection signal is output from the timer means, the timer interrupt control means determines the processor having the lowest priority at that time from the setting contents of the priority setting means, and notifies the processor of the timer interrupt. The low-priority processor, which has received the timer interrupt from the timer interrupt control means, interrupts the processing of the task under execution, and starts the timer interrupt processing.

【0012】このようにして、タイマ割込みを使用する
プロセッサが優先順位の高いタスクを実行中であった場
合には、そのタスク処理を妨げることなく、低優先順位
のプロセッサにて割込み処理を行うことが可能となる。
In this way, when the processor using the timer interrupt is executing a task with a high priority, the low-priority processor processes the interrupt without interrupting the task processing. Is possible.

【0013】[0013]

【実施例】図1はこの発明を適用する対称型マルチプロ
セッサシステムの一実施例を示すブロック構成図であ
る。
1 is a block diagram showing an embodiment of a symmetric multiprocessor system to which the present invention is applied.

【0014】図1において、1-0,1-1,1-2,1-3は
対称型マルチプロセッサシステムを構成するための、プ
ロセッサ番号が#0,#1,#2,#3のプロセッサ、
2はプロセッサ1-0〜1-3により共有されるメモリであ
る。メモリ2にはOS(オペレーティングシステム)2
0が置かれている。
In FIG. 1, 1-0, 1-1, 1-2, and 1-3 are processors having processor numbers # 0, # 1, # 2, and # 3 for forming a symmetric multiprocessor system. ,
Reference numeral 2 is a memory shared by the processors 1-0 to 1-3. The memory 2 has an OS (operating system) 2
0 is placed.

【0015】3はマルチプロセッサシステム全体を制御
するためのシステム制御装置、4はプロセッサ1-0〜1
-3、メモリ2およびシステム制御装置3が接続されるシ
ステムバス4である。システム制御装置3は、本発明に
直接関係するタイマ割込み機構30を1つ備えている。
3 is a system controller for controlling the entire multiprocessor system, and 4 is processors 1-0 to 1
-3, the system bus 4 to which the memory 2 and the system controller 3 are connected. The system control unit 3 includes one timer interrupt mechanism 30 directly related to the present invention.

【0016】タイマ割込み機構30は、各プロセッサ1
-0〜1-3の優先順位を保持するための優先順位レジスタ
31を持つ。この優先順位レジスタ31は、システムバ
ス4と接続され、任意のプロセッサ1-i(iは1〜3の
いずれか)からシステムバス4を介して書込みが可能な
ようになっている。
The timer interrupt mechanism 30 is provided for each processor 1
It has a priority order register 31 for holding the priority order of -0 to 1-3. The priority register 31 is connected to the system bus 4 and is writable by any processor 1-i (i is 1 to 3) via the system bus 4.

【0017】タイマ割込み機構30はまた、システムバ
ス4と接続されたタイマ機構32を持つ。このタイマ機
構32は、任意のプロセッサ1-iからシステムバス4を
介して任意のタイマ値が設定可能なタイマレジスタ(図
示せず)を内蔵しており、そのレジスタ設定値を一定時
間間隔で減算し、値が“0”となったことを検出して、
その旨のタイマ割込み検出信号320を出力するように
なっている。
The timer interrupt mechanism 30 also has a timer mechanism 32 connected to the system bus 4. The timer mechanism 32 includes a timer register (not shown) in which an arbitrary timer value can be set from the arbitrary processor 1-i via the system bus 4, and the register setting value is subtracted at a constant time interval. Then, it detects that the value becomes “0”,
A timer interrupt detection signal 320 to that effect is output.

【0018】タイマ割込み機構30は更に、タイマ割込
み制御回路33を持つ。このタイマ割込み制御回路33
は、タイマ機構32からのタイマ割込み検出信号320
を受けて、優先順位レジスタ31の設定内容からその時
点で最も優先順位の低いプロセッサを判別し、そのプロ
セッサにタイマ割込みを通知するようになっている。タ
イマ割込み制御回路33は、プロセッサ1-0〜1-3とタ
イマ割込み信号330〜3333により接続されてい
る。このタイマ割込み信号330〜333は、プロセッ
サ1-0〜1-3にタイマ割込みが発生したことをタイマ割
込み制御回路33から通知するのに用いられる。
The timer interrupt mechanism 30 further has a timer interrupt control circuit 33. This timer interrupt control circuit 33
Is a timer interrupt detection signal 320 from the timer mechanism 32.
In response, the processor having the lowest priority at that time is discriminated from the setting contents of the priority register 31, and the timer interrupt is notified to the processor. The timer interrupt control circuit 33 is connected to the processors 1-0 to 1-3 by timer interrupt signals 330 to 3333. The timer interrupt signals 330 to 333 are used to notify from the timer interrupt control circuit 33 that a timer interrupt has occurred in the processors 1-0 to 1-3.

【0019】次に、図1の構成の動作を説明する。ま
ず、OS20からの指示に従い、プロセッサ1-0〜1-3
のうちの1つが、タイマ割込み機構30内の優先順位レ
ジスタ31に対し、システムや各プロセッサ1-0〜1-3
で実行中のタスクの優先順位に従うプロセッサ優先順位
を示す値をシステムバス4を介して設定する。このプロ
セッサ優先順位値は、例えば優先順位順の並びとなるプ
ロセッサ番号の列から構成される。したがって、もしプ
ロセッサ(#0)1-0の優先順位が最も高く、以下、プ
ロセッサ(#2)1-2、プロセッサ(#1)1-1 、そし
てプロセッサ(#3)1-3の順に優先順位が低くなる場
合であれば、優先順位レジスタ31には、“0213”
が設定される。
Next, the operation of the configuration of FIG. 1 will be described. First, according to the instruction from the OS 20, the processors 1-0 to 1-3
One of the processors 1-0 to 1-3 for the priority register 31 in the timer interrupt mechanism 30.
A value indicating the processor priority according to the priority of the task being executed is set via the system bus 4. The processor priority value is composed of, for example, a sequence of processor numbers arranged in order of priority. Therefore, if the processor (# 0) 1-0 has the highest priority, the processor (# 2) 1-2, the processor (# 1) 1-1, and the processor (# 3) 1-3 are given priority in this order. If the rank becomes lower, the priority register 31 stores “0213”.
Is set.

【0020】以上の各プロセッサ1-0〜1-3の優先順位
はシステムの状況に応じて変化し、その都度OS20か
らの指示により書換え可能である。なお、処理を行って
いないプロセッサがあった場合には、そのプロセッサは
最も低位の優先順位となる。
The priorities of the above-mentioned processors 1-0 to 1-3 change according to the status of the system, and can be rewritten by an instruction from the OS 20 each time. If there is a processor that is not performing processing, that processor has the lowest priority.

【0021】さて、OS20の管理のもとで、例えばプ
ロセッサ1-0がタイマ割込みを使用するものとする。こ
の場合、プロセッサ1-0は、タイマ割込み機構30内の
タイマ機構32(が持つタイマレジスタ)に対して、イ
ンターバルの時間を示すタイマ値をシステムバス4を介
して設定する。このタイマ値は、例えば、タイマ機構3
2がタイマレジスタ設定値を1ミリ秒毎に減算(−1)
するハードウェア構成となっていた場合に、0.1秒の
タイマ割り込みサービスを使用したいならば、100
(16進表現で“64”)となる。また(タイマ割込み
を使用する)プロセッサ1-0は、メモリ2上の特定番地
に、タイマ割込み処理に必要な情報の格納先アドレスを
書込む。
Now, under the control of the OS 20, for example, the processor 1-0 uses a timer interrupt. In this case, the processor 1-0 sets the timer value indicating the interval time in the timer mechanism 32 (the timer register included therein) in the timer interrupt mechanism 30 via the system bus 4. This timer value is, for example, the timer mechanism 3
2 subtracts the timer register setting value every 1 millisecond (-1)
If you want to use the timer interrupt service of 0.1 seconds when the hardware configuration is
("64" in hexadecimal notation). Further, the processor 1-0 (which uses the timer interrupt) writes the storage destination address of the information necessary for the timer interrupt processing at the specific address on the memory 2.

【0022】タイマ機構32では、タイマレジスタへの
タイマ値設定が行われると、そのレジスタの内容を一定
時間間隔(上記の例では1ミリ秒間隔)で−1する減算
動作が行われる。やがて、タイマ機構32内のタイマレ
ジスタの値が“0”となると、即ち設定されたタイマ値
の示す時間が経過すると、タイマ機構32はその旨を通
知するためのタイマ割込み検出信号320をタイマ割込
み制御回路33に出力する。
In the timer mechanism 32, when the timer value is set in the timer register, the subtraction operation is performed to decrement the contents of the register by -1 at a constant time interval (1 millisecond interval in the above example). Eventually, when the value of the timer register in the timer mechanism 32 becomes "0", that is, when the time indicated by the set timer value elapses, the timer mechanism 32 issues a timer interrupt detection signal 320 for notifying that effect to the timer interrupt detection signal 320. Output to the control circuit 33.

【0023】タイマ割込み制御回路33は、タイマ機構
32からタイマ割込み検出信号320を受取ると、優先
順位レジスタ31の設定内容(プロセッサ優先順位値)
を参照し、その内容から、その時点で最も優先順位の低
いプロセッサ(最も優先順位の低いタスク処理を行って
いるプロセッサ、或いは処理を行っていないプロセッ
サ)を判断する。
When the timer interrupt control circuit 33 receives the timer interrupt detection signal 320 from the timer mechanism 32, the setting contents of the priority register 31 (processor priority value).
And the processor with the lowest priority at that time (the processor with the lowest priority task processing or the processor with no processing) is determined from the contents.

【0024】次にタイマ割込み制御回路33は、タイマ
割込み信号330〜333のうち、最も優先順位が低い
と判断したプロセッサと接続されているタイマ割込み信
号をオンし、そのプロセッサにタイマ割込みを通知す
る。
Next, the timer interrupt control circuit 33 turns on the timer interrupt signal of the timer interrupt signals 330 to 333, which is connected to the processor determined to have the lowest priority, and notifies the processor of the timer interrupt. ..

【0025】したがって、上記のように、優先順位レジ
スタ31に“0213”が設定されている場合であれ
ば、プロセッサ番号が#3のプロセッサ、即ちプロセッ
サ1-3にタイマ割込み制御回路33から有効なタイマ割
込み信号333が出力され、タイマ割込みが通知され
る。
Therefore, as described above, if "0213" is set in the priority register 31, the processor with the processor number # 3, that is, the processor 1-3, is valid from the timer interrupt control circuit 33. The timer interrupt signal 333 is output to notify the timer interrupt.

【0026】タイマ割込みが入ったプロセッサ、即ち優
先順位の最も低いプロセッサ1-3は、実行中のタスクが
あった場合にはその処理を中断してから、またタスク処
理を行っていないならば直ちに、プロセッサ1-0に代っ
てタイマ割込み処理を開始する。この際、プロセッサ1
-3は、メモリ2の前記特定番地を参照してタイマ割込み
処理に必要な情報の格納先アドレスを得、同アドレスの
指定する情報をもとにタイマ割込み処理を実行する。
The processor in which the timer interrupt is entered, that is, the processor 1-3 having the lowest priority, suspends the processing of the task under execution, and immediately if no task processing is performed. , Starts timer interrupt processing on behalf of processor 1-0. At this time, the processor 1
-3 refers to the specific address of the memory 2 to obtain a storage destination address of information required for timer interrupt processing, and executes timer interrupt processing based on the information specified by the address.

【0027】このように本実施例では、タイマ割込みを
設定したプロセッサとタイマ割込みを受付けるプロセッ
サとは必ずしも同じではなく、上記のようにタイマ割込
みを設定したプロセッサ(1-0)より優先順位が低いプ
ロセッサが存在する場合は、その中で最も低い優先順位
のプロセッサ(1-3)が割込み処理を行う。このため、
タイマ割込みを設定したプロセッサ(1-0)における優
先順位の高いタスクの処理が、タイマ割込み処理により
妨げられることはない。
As described above, in this embodiment, the processor that sets the timer interrupt and the processor that receives the timer interrupt are not necessarily the same, and the priority is lower than the processor (1-0) that sets the timer interrupt as described above. If there is a processor, the processor (1-3) with the lowest priority among them performs interrupt processing. For this reason,
Processing of a task with a high priority in the processor (1-0) to which the timer interrupt is set is not hindered by the timer interrupt processing.

【0028】[0028]

【発明の効果】以上詳述したようにこの発明によれば、
新規な構成のタイマ割込み機構をシステムに1つ設け、
このタイマ割込み機構に対して任意のプロセッサからタ
イマ割込みを使用するために時間設定が行われて、その
設定時間が経過した際には、その時点で優先順位の最も
低いタスクを処理している(或いは処理状態にない)プ
ロセッサに対して、タイマ割込み機構から選択的に割込
みが通知される構成としたので、タイマ割込みを設定し
たプロセッサとは必ずしも同一でない優先順位の低いプ
ロセッサで割込み処理を行うことができ。タイマ割込み
を設定したプロセッサで優先順位の高いタスクの処理を
実行していた場合に、その処理が中断されないで済み、
処理効率が向上する。
As described in detail above, according to the present invention,
One timer interrupt mechanism with a new configuration is provided in the system,
For this timer interrupt mechanism, time is set to use the timer interrupt from any processor, and when the set time has elapsed, the task with the lowest priority at that time is processed ( Interrupts are selectively notified from the timer interrupt mechanism to processors that are not in the processing state. Therefore, it is not always the same as the processor that set the timer interrupt, and the interrupt process must be performed by a processor with a lower priority. Can If a processor with a timer interrupt is executing a task with a high priority, that processing is not interrupted,
The processing efficiency is improved.

【0029】また、タイマ割込み機構をシステムに1つ
設けるだけで良いため、各プロセッサ毎にタイマ割込み
機構を設けるといった従来の冗長な構成に比較して、ハ
ードウェア量を少なくすることができる。
Further, since only one timer interrupt mechanism needs to be provided in the system, the amount of hardware can be reduced as compared with the conventional redundant configuration in which a timer interrupt mechanism is provided for each processor.

【図面の簡単な説明】[Brief description of drawings]

【図1】この発明を適用する対称型マルチプロセッサシ
ステムの一実施例を示すブロック構成図。
FIG. 1 is a block diagram showing an embodiment of a symmetric multiprocessor system to which the present invention is applied.

【符号の説明】[Explanation of symbols]

1-0〜1-3…プロセッサ、2…メモリ、3…システム制
御装置、4…システムバス、20…OS(オペレーティ
ングシステム)、30…タイマ割込み機構、31…優先
順位レジスタ、32…タイマ機構、33…タイマ割込み
制御回路、320…タイマ割込み検出信号、330〜3
33…タイマ割込み信号。
1-0 to 1-3 ... Processor, 2 ... Memory, 3 ... System controller, 4 ... System bus, 20 ... OS (operating system), 30 ... Timer interrupt mechanism, 31 ... Priority register, 32 ... Timer mechanism, 33 ... Timer interrupt control circuit, 320 ... Timer interrupt detection signal, 330-3
33 ... Timer interrupt signal.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 鈴木 慎一郎 東京都府中市東芝町1番地 株式会社東芝 府中工場内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Shinichiro Suzuki No. 1 Toshiba-cho, Fuchu-shi, Tokyo Toshiba Corporation Fuchu factory

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 複数のプロセッサが対等に動作する対称
型マルチプロセッサシステムにおいて、 任意の前記プロセッサから任意のタイマ値が設定可能
で、且つ設定されたタイマ値の示す時間の経過を検出す
るタイマ手段と、 前記各プロセッサで実行中の処理の優先順位に従うプロ
セッサ優先順位が設定される優先順位設定手段と、 前記タイマ手段からの検出信号を受け、前記優先順位設
定手段の設定内容からその時点で最も優先順位の低いプ
ロセッサを判別し、そのプロセッサにタイマ割込みを通
知するタイマ割込み制御手段とを具備し、 タイマ割込みに伴う割込み処理が優先順位の低いプロセ
ッサで行われるようにしたことを特徴とする対称型マル
チプロセッサシステムにおけるタイマ割込み制御方式。
1. A symmetric multiprocessor system in which a plurality of processors operate in equal proportion, a timer means capable of setting an arbitrary timer value from any of the processors and detecting a lapse of time indicated by the set timer value. And a priority setting means for setting a processor priority according to the priority of the processing being executed in each processor, and a detection signal from the timer means and receiving the detection signal from the timer setting means, A symmetry characterized in that it has a timer interrupt control means for discriminating a processor with a low priority and notifying the processor of a timer interrupt, and that the interrupt processing associated with the timer interrupt is performed by the processor with a low priority. Interrupt control method for distributed multiprocessor system.
JP4013066A 1992-01-28 1992-01-28 Timer interruption control system in symmetric multiprocessor system Pending JPH05204867A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4013066A JPH05204867A (en) 1992-01-28 1992-01-28 Timer interruption control system in symmetric multiprocessor system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4013066A JPH05204867A (en) 1992-01-28 1992-01-28 Timer interruption control system in symmetric multiprocessor system

Publications (1)

Publication Number Publication Date
JPH05204867A true JPH05204867A (en) 1993-08-13

Family

ID=11822770

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4013066A Pending JPH05204867A (en) 1992-01-28 1992-01-28 Timer interruption control system in symmetric multiprocessor system

Country Status (1)

Country Link
JP (1) JPH05204867A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006216042A (en) * 2005-02-04 2006-08-17 Sony Computer Entertainment Inc System and method for interruption processing
US7386642B2 (en) 2005-01-28 2008-06-10 Sony Computer Entertainment Inc. IO direct memory access system and method
US7680972B2 (en) 2005-02-04 2010-03-16 Sony Computer Entertainment Inc. Micro interrupt handler
JP2018536945A (en) * 2015-12-08 2018-12-13 アドバンスト・マイクロ・ディバイシズ・インコーポレイテッドAdvanced Micro Devices Incorporated Method and apparatus for time-based scheduling of tasks

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7386642B2 (en) 2005-01-28 2008-06-10 Sony Computer Entertainment Inc. IO direct memory access system and method
JP2006216042A (en) * 2005-02-04 2006-08-17 Sony Computer Entertainment Inc System and method for interruption processing
US7350006B2 (en) 2005-02-04 2008-03-25 Sony Computer Entertainment Inc. System and method of interrupt handling
US7680972B2 (en) 2005-02-04 2010-03-16 Sony Computer Entertainment Inc. Micro interrupt handler
JP2018536945A (en) * 2015-12-08 2018-12-13 アドバンスト・マイクロ・ディバイシズ・インコーポレイテッドAdvanced Micro Devices Incorporated Method and apparatus for time-based scheduling of tasks

Similar Documents

Publication Publication Date Title
GB1335031A (en) Data processors
JPH0650493B2 (en) Data processing device
JPH02230455A (en) Interruption control system for external memory device
JPH05204867A (en) Timer interruption control system in symmetric multiprocessor system
US6321289B1 (en) Apparatus for automatically notifying operating system level applications of the occurrence of system management events
US6463492B1 (en) Technique to automatically notify an operating system level application of a system management event
EP0125797A1 (en) Interrupt signal handling apparatus
JPH07311686A (en) Computer system and method for generation and processing of system management interrupt in it
JPH04302353A (en) Timer interrupting system for symmetrical multi processor computer
US5307488A (en) System interruption apparatus
JP2902503B2 (en) Information processing device
SU1084795A1 (en) Interruption device
JP2004220309A (en) Multiprocessor system
SU1474646A1 (en) Device for routing tasks to processors
JPH02259845A (en) Processor
JPH045729A (en) Processor device
JPH1196022A (en) Real-time processing computer
JPH0520099A (en) Interruption control circuit
JPS61289433A (en) Information processor
JPH0434629A (en) Busy check system for memory access control device
JPH04260961A (en) Microcomputer
JPS6152749A (en) System supervisory system
JPS61136115A (en) Basic clock generating circuit of microcomputer system
JPH0644178A (en) Interruption controller
JPS61226839A (en) Event processing system