JPH09251388A - Interruption control system for information processor - Google Patents
Interruption control system for information processorInfo
- Publication number
- JPH09251388A JPH09251388A JP5870396A JP5870396A JPH09251388A JP H09251388 A JPH09251388 A JP H09251388A JP 5870396 A JP5870396 A JP 5870396A JP 5870396 A JP5870396 A JP 5870396A JP H09251388 A JPH09251388 A JP H09251388A
- Authority
- JP
- Japan
- Prior art keywords
- interrupt
- mask
- controller
- signal
- interruption
- 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
Links
Landscapes
- Bus Control (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、情報処理装置の割
り込み制御方式に関し、特に割り込みマスクの制御方式
に関するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an interrupt control system for an information processing apparatus, and more particularly to an interrupt mask control system.
【0002】[0002]
【従来の技術】割り込みの制御において、従来ではI/
Oコントローラへの要因クリアライトと割り込みマスク
解除のタイミングを適当な時間待ち合わせる等の制御を
ソフトウェア(SW)で制御しなければならなかった。
このようにしなければ、I/Oコントローラへの要因ク
リアライトのコマンドを発行した後、I/Oコントロー
ラが割り込み線をネゲートする前に割り込みマスクを空
けてしまう可能性がある。この場合、割り込み要求は発
生するが、割り込み要因は既に処理されているので、要
因の無い割り込みとして発生する。2. Description of the Related Art In controlling interrupts, I /
The software (SW) had to control the factors such as waiting for the timing of clear write and interrupt mask release to the O controller for an appropriate time.
If this is not done, after issuing the factor clear write command to the I / O controller, the interrupt mask may be opened before the I / O controller negates the interrupt line. In this case, an interrupt request is generated, but since the interrupt factor has already been processed, it occurs as an interrupt with no factor.
【0003】この種の従来の技術は、特開平5−628
0号公報等に記載されている。A conventional technique of this type is disclosed in Japanese Patent Laid-Open No. 5-628.
No. 0, etc.
【0004】[0004]
【発明が解決しようとする課題】従来の割り込みの制御
においては、I/Oコントローラへの要因クリアライト
と割り込みマスク解除のタイミングを適当な時間待ち合
わせる等の制御をソフトウェアで行わなければならなか
った。In the conventional interrupt control, software must perform control such as waiting for an appropriate time for clearing the factor clear write to the I / O controller and interrupt mask release.
【0005】その理由は、上記のソフトウェア制御を行
わなければ、割り込み線がネゲートされる前にマスクを
空けてしまって要因の無いように見える割り込みが発生
してしまう場合があるからである。The reason is that if the above software control is not performed, the mask may be opened before the interrupt line is negated, and an interrupt that seems to have no cause may occur.
【0006】そこで、本発明は、従来の割り込み制御方
式の欠点を改良し、割り込みのマスクを割り込みアクノ
レッジレジスタと、コントローラからの割り込み要求信
号のネゲートで制御して、ソフトウェアによる待ち合わ
せ処理を削減し、さらに割り込み処理で問題となる要因
なしの割り込みの発生を抑えることを課題とする。Therefore, the present invention improves the drawbacks of the conventional interrupt control system, controls the interrupt mask by the interrupt acknowledge register and the negate of the interrupt request signal from the controller, and reduces the waiting process by software. Another object is to suppress the occurrence of interrupts that do not cause a problem in interrupt processing.
【0007】[0007]
【課題を解決するための手段】本発明は、I/Oコント
ローラから割り込み要求信号をラッチする割り込み線ラ
ッチ手段を有し、I/Oコントローラが割り込み要求信
号をネゲートした場合に信号の立ち下がりエッジを検出
し、マスクOFF信号を出力するエッジ検出部を有し、
割り込みハンドラが割り込み処理から戻る時にこれを知
らせるためにアクセスされる割り込みアクノレッジレジ
スタを有し、エッジ検出器からのマスクOFF信号と割
り込みアクノレッジレジスタからのマスクON信号によ
り、割り込みマスクのON/OFFをコントロールする
割り込みマスク制御部を有し、上記のON/OFFの制
御により、割り込み線ラッチからの出力をマスクする割
り込みマスク部を有している。The present invention has an interrupt line latch means for latching an interrupt request signal from an I / O controller, and when the I / O controller negates the interrupt request signal, a falling edge of the signal is output. And has an edge detection unit that outputs a mask OFF signal,
The interrupt handler has an interrupt acknowledge register that is accessed to inform when the interrupt handler returns from interrupt processing, and ON / OFF of the interrupt mask is controlled by the mask OFF signal from the edge detector and the mask ON signal from the interrupt acknowledge register. It also has an interrupt mask control section for controlling the ON / OFF control, and an interrupt mask section for masking the output from the interrupt line latch by the ON / OFF control.
【0008】本発明においては、割り込みマスク制御部
から与えられるON/OFF信号により、割り込みマス
ク部は、割り込み線のラッチからの出力をCPUへの割
り込み要求信号としてCPUへ出力するか否かを決定す
る。In the present invention, the interrupt mask section determines whether to output the output from the latch of the interrupt line to the CPU as an interrupt request signal to the CPU according to the ON / OFF signal provided from the interrupt mask control section. To do.
【0009】[0009]
【作用】本発明によれば、割り込みアクノレッジレジス
タへのソフトウェアからのアクセスと、I/Oコントロ
ーラからの割り込み要求信号のネゲートにより割り込み
マスクのON/OFFを制御することにより、ソフトウ
ェアによる要因の刈り取りから、割り込みマスクの解除
までの間に待ち合わせ等が必要無くなり、さらに要因の
無い割り込みの発生を抑えることができる。According to the present invention, by accessing the interrupt acknowledge register from software and controlling ON / OFF of the interrupt mask by negating the interrupt request signal from the I / O controller, it is possible to eliminate the cause of the software. It is not necessary to wait until the interrupt mask is released, and it is possible to further suppress the generation of interrupts that have no cause.
【0010】[0010]
【発明の実施の形態】本発明の一実施の形態例につい
て、図面を参照して詳細に説明する。BEST MODE FOR CARRYING OUT THE INVENTION An embodiment of the present invention will be described in detail with reference to the drawings.
【0011】図1は、本発明を適用する割り込み制御装
置を含む情報処理装置のブロック図であり、CPU/ホ
ストコントローラ100、割り込みコントローラ11
0、I/OコントローラA120、I/Oコントローラ
B130から構成される。FIG. 1 is a block diagram of an information processing device including an interrupt control device to which the present invention is applied. A CPU / host controller 100 and an interrupt controller 11 are shown in FIG.
0, I / O controller A 120, and I / O controller B 130.
【0012】I/OコントローラA120やI/Oコン
トローラB130から出力される割り込み要求信号I/
O INTA121、I/O INTB131は、割り
込みコントローラ110に与えられ、割り込みコントロ
ーラで制御され、割り込みINT111としてCPUに
与えられる。An interrupt request signal I / O output from the I / O controller A120 or I / O controller B130
The O INTA 121 and the I / O INTB 131 are given to the interrupt controller 110, controlled by the interrupt controller, and given to the CPU as an interrupt INT 111.
【0013】図2は、一実施の形態例の割り込み制御方
式の構成図であり、図1における割り込みコントローラ
110に対応する。FIG. 2 is a block diagram of an interrupt control system according to an embodiment, which corresponds to the interrupt controller 110 in FIG.
【0014】I/Oコントローラからの割り込みI/O
INT300は、割り込み線ラッチ220とエッジ検
出器230に与えられる。エッジ検出器230は、I/
OINT300のエッジを検出した場合にマスクOFF
信号231を出力する。Interrupt I / O from I / O controller
INT 300 is provided to interrupt line latch 220 and edge detector 230. The edge detector 230 is
Mask OFF when the edge of OINT300 is detected
The signal 231 is output.
【0015】割り込みアクノレッジレジスタ250は、
割り込みハンドラからアクセスされた場合にマスクON
信号251を出力する。割り込みマスク制御部240
は、マスクON信号251とマスクOFF信号231に
より割り込みマスク部210の動作を制御する。割り込
みマスク部210は、割り込みマスク制御部240から
与えられるON/OFF信号241により、割り込み線
ラッチ220からの割り込みラッチ出力221をCPU
への割り込み要求信号211としてCPUへ出力するか
否かを決定する。The interrupt acknowledge register 250 is
Mask ON when accessed from interrupt handler
The signal 251 is output. Interrupt mask control unit 240
Controls the operation of the interrupt mask section 210 by the mask ON signal 251 and the mask OFF signal 231. The interrupt mask unit 210 outputs the interrupt latch output 221 from the interrupt line latch 220 to the CPU by the ON / OFF signal 241 given from the interrupt mask control unit 240.
It is determined whether or not to output to the CPU as the interrupt request signal 211 to the CPU.
【0016】図3に本発明の一実施の形態例を用いた場
合のI/Oコントローラからの割り込みの発生と要因の
刈り取りまでの場合についてタイミング図を示す。FIG. 3 shows a timing chart in the case of using the embodiment of the present invention to generate an interrupt from the I / O controller and cut the cause.
【0017】I/Oコントローラからの割り込み(A)
が時間aでアサートされる。この時割り込みマスク部
は、マスクOFF信号(B)がアサートされていて、マ
スクON信号(C)がネゲートされているため割り込み
マスクOFFの状態((D)割り込みマスク部)とな
る。このため、I/Oコントローラからの割り込み
(A)は、CPUへの割り込み要求(E)へ通知され
る。Interrupt from I / O controller (A)
Is asserted at time a. At this time, the interrupt mask section is in the interrupt mask OFF state ((D) interrupt mask section) because the mask OFF signal (B) is asserted and the mask ON signal (C) is negated. Therefore, the interrupt (A) from the I / O controller is notified to the interrupt request (E) to the CPU.
【0018】時間bでは、ソフトウェアの割り込みハン
ドラ内の処理により割り込みアクノレッジレジスタにア
クセスをする事により、マスクON信号(C)がアサー
トされ、マスクOFF信号(B)がネゲートされる。At time b, the mask acknowledge signal (C) is asserted and the mask disable signal (B) is negated by accessing the interrupt acknowledge register by the process in the software interrupt handler.
【0019】時間cでは、割り込み要求を発生していた
I/Oコントローラへ要因刈り取りの要求がソフトウェ
アによってなされる。しかし、割り込み要因の刈り取り
要求が発行されてから、実際にI/Oコントローラから
の割り込み(A)の要求が取り下げられるまでの時間を
ソフトウェアは知ることができない。At time c, software requests the I / O controller, which has generated the interrupt request, to cut off the factor. However, the software cannot know the time from the issuance of the interrupt factor reaping request to the actual withdrawal of the interrupt (A) request from the I / O controller.
【0020】時間dでは、I/Oコントローラからの割
り込み(A)の要求がネゲートされる。この時エッジ検
出部がこのエッジを検出し、割り込みマスクOFF信号
を割り込みマスク制御部に出力し、割り込みマスク制御
部は割り込みマスク部をOFFにする。At time d, the interrupt (A) request from the I / O controller is negated. At this time, the edge detection unit detects this edge, outputs an interrupt mask OFF signal to the interrupt mask control unit, and the interrupt mask control unit turns off the interrupt mask unit.
【0021】[0021]
【発明の効果】本発明によれば、I/Oコントローラか
らの割り込み線の立ち下がりエッジで、割り込みマスク
を制御することにより、ソフトウェアで割り込みの要因
クリアとマスク解除のタイミングを待ち合わせの制御を
行う必要がなくなり、要因なしの割り込みの発生を抑え
ることができる。According to the present invention, by controlling the interrupt mask at the falling edge of the interrupt line from the I / O controller, software controls the wait for the timing of clearing the interrupt factor and releasing the mask. It is not necessary, and it is possible to suppress the generation of interrupts without factors.
【図1】本発明の一実施の形態例の割り込み制御方式を
含む情報処理装置のブロック図である。FIG. 1 is a block diagram of an information processing apparatus including an interrupt control system according to an embodiment of the present invention.
【図2】本発明の一実施の形態例である割り込み制御方
式のブロック図である。FIG. 2 is a block diagram of an interrupt control system according to an embodiment of the present invention.
【図3】本発明の一実施の形態例の割り込みマスク制御
のタイミング図である。FIG. 3 is a timing diagram of interrupt mask control according to an embodiment of the present invention.
100 CPU/ホストコントローラ 110 割り込みコントローラ 111 INT(CPUへの割り込み要求) 120 I/OコントローラA 121 I/O INT A(I/OコントローラA
からの割り込み要求) 130 I/OコントローラB 131 I/O INT B(I/OコントローラB
からの割り込み要求) 210 割り込みマスク部 211 CPUへの割り込み要求信号 220 割り込み信号ラッチ 221 割り込みラッチ出力 230 エッジ検出器 231 マスクOFF信号 240 割り込みマスク制御部 241 ON/OFF信号 250 割り込みアクノレッジレジスタ 251 マスクON信号 300 I/Oコントローラからの割り込み100 CPU / Host Controller 110 Interrupt Controller 111 INT (Interrupt Request to CPU) 120 I / O Controller A 121 I / O INT A (I / O Controller A
130 I / O controller B 131 I / O INT B (I / O controller B)
210 interrupt mask section 211 interrupt request signal to CPU 220 interrupt signal latch 221 interrupt latch output 230 edge detector 231 mask OFF signal 240 interrupt mask control section 241 ON / OFF signal 250 interrupt acknowledge register 251 mask ON signal Interrupt from 300 I / O controller
Claims (3)
ラッチと、割り込み線の立ち下がりのエッジセンス部
と、割り込み線の割り込みマスク部と、割り込みマスク
制御部と、割り込みアクノレッジレジスタを有し、割り
込みマスク制御部は、アクノレッジレジスタへのアクセ
スで割り込みマスクをONとし、エッジセンス部が割り
込み線の立ち下がりエッジをセンスした場合にマスクを
OFFすることを特徴とする情報処理装置の割り込み制
御方式。1. An interrupt line latch comprising: an interrupt line latched from an I / O controller; an edge sensing part for a falling edge of the interrupt line; an interrupt mask part for an interrupt line; an interrupt mask control part; and an interrupt acknowledge register. An interrupt control method for an information processing apparatus, wherein the mask control unit turns on the interrupt mask by accessing the acknowledge register, and turns off the mask when the edge sensing unit senses the falling edge of the interrupt line.
N/OFF信号により、割り込みマスク部は、割り込み
線のラッチからの出力をCPUへの割り込み要求信号と
してCPUへ出力するか否かを決定することを特徴とす
る請求項1記載の情報処理装置の割り込み制御方式。2. The O supplied from the interrupt mask controller
2. The information processing apparatus according to claim 1, wherein the interrupt mask unit determines whether to output the output from the latch of the interrupt line to the CPU as an interrupt request signal to the CPU according to the N / OFF signal. Interrupt control method.
る割り込み要求信号が入力することを特徴とする請求項
1記載の情報処理装置の割り込み制御方式。3. The interrupt control system for an information processing apparatus according to claim 1, wherein interrupt request signals output from a plurality of I / O controllers are input.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5870396A JPH09251388A (en) | 1996-03-15 | 1996-03-15 | Interruption control system for information processor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5870396A JPH09251388A (en) | 1996-03-15 | 1996-03-15 | Interruption control system for information processor |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH09251388A true JPH09251388A (en) | 1997-09-22 |
Family
ID=13091883
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP5870396A Pending JPH09251388A (en) | 1996-03-15 | 1996-03-15 | Interruption control system for information processor |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH09251388A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6606677B1 (en) | 2000-03-07 | 2003-08-12 | International Business Machines Corporation | High speed interrupt controller |
JP2007280128A (en) * | 2006-04-07 | 2007-10-25 | Oki Electric Ind Co Ltd | Interruption controller |
-
1996
- 1996-03-15 JP JP5870396A patent/JPH09251388A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6606677B1 (en) | 2000-03-07 | 2003-08-12 | International Business Machines Corporation | High speed interrupt controller |
JP2007280128A (en) * | 2006-04-07 | 2007-10-25 | Oki Electric Ind Co Ltd | Interruption controller |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5619661A (en) | Dynamic arbitration system and method | |
US5708814A (en) | Method and apparatus for reducing the rate of interrupts by generating a single interrupt for a group of events | |
EP0501655B1 (en) | Reducing power consumption in a digital processor | |
US6854064B2 (en) | ACPI complaint computer system and overtemperature protection method therefor | |
EP1002277B1 (en) | Shared interrupt processing in a data processing system | |
JPH03174632A (en) | Method and apparatus for operating computer system in real time | |
JPH09251388A (en) | Interruption control system for information processor | |
US6463482B1 (en) | Control, of conflict between MPC transfer and DMC transfer with measurement of instruction execution time | |
KR100586514B1 (en) | Computer system and control method thereof | |
JP2806771B2 (en) | Bus arbitration circuit | |
JPS63118949A (en) | Information processor | |
JP2990192B1 (en) | SCSI control circuit | |
JPH04273356A (en) | Input/output controller | |
JPH06161933A (en) | Common bus input/output control system | |
JP2508979B2 (en) | Bus controller | |
JPH0561811A (en) | Interruption control system and information processing system | |
JPH0226246B2 (en) | ||
JPH04370862A (en) | Information processor | |
JPH0728738A (en) | Recovery time control system by software for peripheral lsi control | |
JPH05298237A (en) | Access controller | |
JPH0652117A (en) | Inter-processor data transfer controller | |
JPH03269752A (en) | Information processing system and input/output controller used for the same | |
JPH05298238A (en) | Interruption detecting system for magnetic disk device | |
JPH0394353A (en) | Input/output controller | |
JPS61183768A (en) | Controlling method of non-response confirming interface |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 19990331 |