JP2003337634A - Computer apparatus, method for controlling processor, program for running the method by computer, computer- readable recording medium with the program recorded thereon - Google Patents

Computer apparatus, method for controlling processor, program for running the method by computer, computer- readable recording medium with the program recorded thereon

Info

Publication number
JP2003337634A
JP2003337634A JP2002147511A JP2002147511A JP2003337634A JP 2003337634 A JP2003337634 A JP 2003337634A JP 2002147511 A JP2002147511 A JP 2002147511A JP 2002147511 A JP2002147511 A JP 2002147511A JP 2003337634 A JP2003337634 A JP 2003337634A
Authority
JP
Japan
Prior art keywords
clock
interrupt event
occurrence
computer
clock frequency
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
JP2002147511A
Other languages
Japanese (ja)
Inventor
Toshinori Watarai
俊典 渡会
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2002147511A priority Critical patent/JP2003337634A/en
Publication of JP2003337634A publication Critical patent/JP2003337634A/en
Pending legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To achieve power savings, without having to need extra hardware for a computer system with a CPU, of which the clock frequency can be controlled. <P>SOLUTION: A computer apparatus has a timer 5 capable of setting an arbitrary time, sets the timer 5 when an OS (operating system) starts up an interrupt handler 2, makes a CPU 1 change the clock frequency to be higher and quickly execute response processing from the start up of the handler 2, and makes the CPU 1 lower the clock frequency, when the timer 5 has expired. <P>COPYRIGHT: (C)2004,JPO

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、クロック周波数の
制御可能な中央演算処理装置(以下、CPUと呼ぶ)を
有するコンピュータシステム上で稼動するオペレーティ
ングシステム(以下、OSと呼ぶ)において、CPUの
クロック周波数を制御して、省電力化を図る技術に関す
るものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an operating system (hereinafter referred to as OS) operating on a computer system having a central processing unit (hereinafter referred to as CPU) whose clock frequency is controllable. The present invention relates to a technique for controlling power consumption by controlling a frequency.

【0002】[0002]

【従来の技術】様々なコンピュータシステムにおいて電
池の寿命を長くし、電力の消費を減少させ、かつ発熱に
よる温度上昇を控える省電力制御を行う事は、昨今の二
酸化炭素(CO2)増加量の削減やエネルギー消費量の
削減などの地球環境問題からの要望により、OSやアプ
リケーションプログラムの重要な機能の一つである。こ
こで、従来の省電力方式について、以下がある。
2. Description of the Related Art In various computer systems, it is necessary to reduce the amount of increase in carbon dioxide (CO2) in recent years by increasing the battery life, reducing power consumption, and performing power saving control that suppresses temperature rise due to heat generation. This is one of the important functions of the OS and application programs in response to requests from global environmental issues such as reduction of energy consumption and energy consumption. Here, there are the following conventional power saving methods.

【0003】従来の省電力方式としては、図5は、例え
ば特開2000−39930号記載の「電子機器の低消
費電力方式」における省電力方式を備えた電子機器の構
成を示すブロック図である。図5に示すように、電子機
器はC−MOSにより構成され、システムクロックによ
り動作するCPU部501と、実行するプログラムが格
納されたプログラムメモリー部502と、プログラムメ
モリー部502とCPU部501間のアドレスを監視
し、現在実行されているプログラムの種別を判定し、必
要な処理能力を算出するモニター回路部503と、CP
U部501に提供するクロック速度を決定するVCXO
回路504よりなるクロック速度制御部505から構成
される。
As a conventional power saving system, FIG. 5 is a block diagram showing the configuration of an electronic device provided with a power saving system in the "low power consumption system for electronic devices" described in JP 2000-39930 A, for example. . As shown in FIG. 5, the electronic device is composed of a C-MOS and operates with a system clock, a CPU unit 501, a program memory unit 502 in which a program to be executed is stored, and between the program memory unit 502 and the CPU unit 501. A monitor circuit unit 503 that monitors the address, determines the type of the program currently being executed, and calculates the required processing capacity;
VCXO that determines the clock speed provided to the U unit 501
A clock speed control unit 505 including a circuit 504 is included.

【0004】以上のように構成された電子機器につい
て、以下その動作を説明する。動作するプログラムは、
待機関数部とイベント関数部に分類する。待機関数と
は、時間に関与されずに動作を実行することが可能なプ
ログラムで、イベント関数とは、割り込み処理により起
動され、リアルタイムでその処理を終了する必要がある
プログラムを示す。
The operation of the electronic device configured as described above will be described below. The program that works is
It is classified into a waiting function part and an event function part. The wait function is a program that can execute an operation regardless of time, and the event function is a program that is started by an interrupt process and needs to end the process in real time.

【0005】これらの動作が混在して動作する場合に、
CPU部501は、プログラムメモリー部502に対し
てアクセスを行うが、モニター回路部503は、そのア
クセスアドレスから現在動作している処理が待機関数な
のか、もしくはイベント関数なのかを判定し、待機関数
であれば動作処理速度を低くする、或いはイベント関数
であれば動作処理速度を高くする、変換を実行プログラ
ムに対して行うことで、CPU部501に必要な処理速
度を算出する。その結果、決定した電圧値をクロック発
信源であるVCXO回路504に出力し、CPU部50
1が動作するクロック周波数速度を決定する。
When these operations coexist,
The CPU unit 501 accesses the program memory unit 502, and the monitor circuit unit 503 determines from the access address whether the currently operating process is a standby function or an event function, and the standby function If so, the operation processing speed is decreased, or if it is an event function, the operation processing speed is increased. By performing conversion on the execution program, the processing speed required for the CPU unit 501 is calculated. As a result, the determined voltage value is output to the VCXO circuit 504 which is the clock transmission source, and the CPU section 50
1 determines the clock frequency speed at which it operates.

【0006】この動作により、CPU部501は常に最
低限のクロック周波数で動作可能となり、消費電力の低
減を実現する。つまり、従来の方式では、CPUの処理
しているプログラムの種類を判定し最適なクロックを提
供するクロック制御回路部を設け、ソフトウェア負荷の
低い状態ではクロックの速度を低下させ、割り込み処理
のようなリアルタイムに反応する必要が有る場合はクロ
ックの速度を上げて処理能力を調整することにより、C
PUはソフトウェアの要求する最低限の処理能力で動作
するようにした為、電子機器における消費電力を低減す
ることができる。
By this operation, the CPU section 501 can always operate at the minimum clock frequency, and the power consumption is reduced. In other words, in the conventional method, a clock control circuit unit that determines the type of program being processed by the CPU and provides an optimum clock is provided, and the clock speed is reduced when the software load is low, such as interrupt processing. If you need to react in real time, increase the clock speed and adjust the processing capacity
Since the PU operates with the minimum processing capacity required by software, it is possible to reduce the power consumption in the electronic device.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、このよ
うな従来の方法では、プログラムメモリー間とCPU間
のアドレスを監視して、実行しているプログラムの種別
を判定するような特別なハードウェアが必要であり、通
常は容易にこのような省電力機能を有する電子機器を実
現できない問題点がある。
However, such a conventional method requires special hardware for monitoring the addresses between the program memories and between the CPUs to judge the type of the program being executed. Therefore, there is usually a problem that an electronic device having such a power saving function cannot be easily realized.

【0008】この発明は、上記のような問題点を解消す
るためになされたもので、任意の時刻を設定できるタイ
マを設け、例えば人間がキー入力等の割り込みイベント
を発生させ、コンピュータシステムの反応が遅いと感じ
させない為に、オペレーティングシステムが、キー入力
の割り込みハンドラの起動時に、タイマをセットし、か
つCPUに対してクロック周波数を高く変更し、割り込
みハンドラ起動以降の応答処理を早く実行させ、またタ
イマのエクスパイア時にCPUに対してクロック周波数
を低く変更することで、特別なハードウェアを必要とせ
ずに、割り込みイベントを発生させてからコンピュータ
システムが高速に処理応答しなくてはならない期間だけ
クロック周波数を高くして、そうでない期間はクロック
周波数を低くして、コンピュータシステム全体の省電力
を向上させることを目的とする。
The present invention has been made in order to solve the above-mentioned problems, and is provided with a timer capable of setting an arbitrary time, and for example, a human causes an interrupt event such as a key input to cause a reaction of a computer system. In order not to make it feel slow, the operating system sets the timer at the time of starting the key input interrupt handler and changes the clock frequency to a high value for the CPU so that the response process after the interrupt handler is started is executed quickly. In addition, by changing the clock frequency to a lower value for the CPU when the timer expires, the clock frequency is changed only during the period when the computer system must respond at high speed after an interrupt event is generated, without requiring special hardware. Increase the frequency and decrease the clock frequency during other periods. Aims to improve the power saving of the entire computer system.

【0009】[0009]

【課題を解決するための手段】本発明に係るコンピュー
タ装置は、複数種のクロック周波数のうちのいずれのク
ロック周波数の動作クロックによっても動作可能なプロ
セッサ装置を備えたコンピュータ装置であって、特定の
割り込みイベントの発生を検知するとともに、前記特定
の割り込みイベントが発生した際に、前記特定の割り込
みイベントの発生から所定時間の間、前記特定の割り込
みイベントの発生前のクロック周波数よりも高いクロッ
ク周波数の動作クロックにて前記プロセッサ装置を動作
させ、前記特定の割り込みイベントの発生から所定時間
の経過後に、前記特定の割り込みイベントの発生から所
定時間の間のクロック周波数よりも低いクロック周波数
の動作クロックにて前記プロセッサ装置を動作させるこ
とを特徴とする。
A computer device according to the present invention is a computer device provided with a processor device operable by an operation clock of any one of a plurality of clock frequencies, While detecting the occurrence of an interrupt event, when the specific interrupt event occurs, a clock frequency higher than the clock frequency before the occurrence of the specific interrupt event for a predetermined time from the occurrence of the specific interrupt event. The processor device is operated with an operating clock, and after a lapse of a predetermined time from the occurrence of the specific interrupt event, an operating clock having a clock frequency lower than a clock frequency during a predetermined time from the occurrence of the specific interrupt event. It is characterized in that the processor device is operated.

【0010】前記コンピュータ装置は、特定の割り込み
イベントの発生を検知するとともに、前記特定の割り込
みイベントが発生した際に、前記特定の割り込みイベン
トの発生から所定時間の間、前記特定の割り込みイベン
トの発生前のクロック周波数よりも高いクロック周波数
の動作クロックにて前記プロセッサ装置を動作させ、前
記特定の割り込みイベントの発生から所定時間の経過後
に、前記特定の割り込みイベントの発生から所定時間の
間のクロック周波数よりも低いクロック周波数の動作ク
ロックにて前記プロセッサ装置を動作させるオペレーテ
ィングシステムを有することを特徴とする。
The computer device detects the occurrence of the specific interrupt event and, when the specific interrupt event occurs, generates the specific interrupt event for a predetermined time from the occurrence of the specific interrupt event. The processor device is operated with an operating clock having a higher clock frequency than the previous clock frequency, and after a lapse of a predetermined time from the occurrence of the specific interrupt event, a clock frequency during a predetermined time from the occurrence of the specific interrupt event. It is characterized by having an operating system for operating the processor device with an operating clock having a lower clock frequency.

【0011】前記コンピュータ装置は、前記プロセッサ
装置の動作クロックのクロック周波数を高くしておく時
間を高クロック動作時間として設定し、前記特定の割り
込みイベントが発生した際に、前記特定の割り込みイベ
ントの発生から前記高クロック動作時間の間、前記特定
の割り込みイベントの発生前のクロック周波数よりも高
いクロック周波数の動作クロックにて前記プロセッサ装
置を動作させることを特徴とする。
The computer device sets a time for keeping the clock frequency of the operating clock of the processor device high as a high clock operation time, and when the specific interrupt event occurs, the specific interrupt event is generated. During the high clock operation time, the processor device is operated with an operation clock having a clock frequency higher than the clock frequency before the occurrence of the specific interrupt event.

【0012】前記コンピュータ装置は、所定の場合に、
前記高クロック動作時間を変更することを特徴とする。
The computer device, in a predetermined case,
The high clock operating time is changed.

【0013】本発明に係るプロセッサ制御方法は、複数
種のクロック周波数のうちのいずれのクロック周波数の
動作クロックによっても動作可能なプロセッサ装置を制
御するプロセッサ制御方法であって、特定の割り込みイ
ベントの発生を検知するとともに、前記特定の割り込み
イベントが発生した際に、前記特定の割り込みイベント
の発生から所定時間の間、前記特定の割り込みイベント
の発生前のクロック周波数よりも高いクロック周波数の
動作クロックにて前記プロセッサ装置を動作させ、前記
特定の割り込みイベントの発生から所定時間の経過後
に、前記特定の割り込みイベントの発生から所定時間の
間のクロック周波数よりも低いクロック周波数の動作ク
ロックにて前記プロセッサ装置を動作させることを特徴
とする。
A processor control method according to the present invention is a processor control method for controlling a processor device operable by an operation clock of any one of a plurality of clock frequencies, in which a specific interrupt event occurs. When the specific interrupt event occurs, the operating clock having a higher clock frequency than the clock frequency before the specific interrupt event occurs for a predetermined time from the occurrence of the specific interrupt event. The processor device is operated, and after a lapse of a predetermined time from the occurrence of the specific interrupt event, the processor device is operated with an operation clock having a clock frequency lower than a clock frequency during a predetermined time from the occurrence of the specific interrupt event. It is characterized by operating.

【0014】本発明に係るプロセッサ制御方法をコンピ
ュータに実行させるためのプログラムは、複数種のクロ
ック周波数のうちのいずれのクロック周波数の動作クロ
ックによっても動作可能なプロセッサ装置を備えたコン
ピュータに前記プロセッサ装置を制御するプロセッサ制
御方法を実行させるためのプログラムであって、特定の
割り込みイベントの発生を検知するとともに、前記特定
の割り込みイベントが発生した際に、前記特定の割り込
みイベントの発生から所定時間の間、前記特定の割り込
みイベントの発生前のクロック周波数よりも高いクロッ
ク周波数の動作クロックにて前記プロセッサ装置を動作
させ、前記特定の割り込みイベントの発生から所定時間
の経過後に、前記特定の割り込みイベントの発生から所
定時間の間のクロック周波数よりも低いクロック周波数
の動作クロックにて前記プロセッサ装置を動作させるプ
ロセッサ制御方法をコンピュータに実行させるためのプ
ログラムであることを特徴とする。
A program for causing a computer to execute the processor control method according to the present invention is used in a computer equipped with a processor device that can operate with an operation clock having any one of a plurality of clock frequencies. Is a program for executing a processor control method for controlling the occurrence of a specific interrupt event, and when the specific interrupt event occurs, a predetermined time from the occurrence of the specific interrupt event. Generating the specific interrupt event after a lapse of a predetermined time from the generation of the specific interrupt event by operating the processor device with an operating clock having a clock frequency higher than the clock frequency before the generation of the specific interrupt event. From the specified time Characterized in that at the operating clock of a clock frequency lower than the clock frequency is a program for executing the processor control method for operating the processor device to the computer.

【0015】本発明に係るプロセッサ制御方法をコンピ
ュータに実行させるためのプログラムを記録したコンピ
ュータ読み取り可能な記録媒体は、複数種のクロック周
波数のうちのいずれのクロック周波数の動作クロックに
よっても動作可能なプロセッサ装置を備えたコンピュー
タに前記プロセッサ装置を制御するプロセッサ制御方法
を実行させるためのプログラムを記録したコンピュータ
読み取り可能な記録媒体であって、特定の割り込みイベ
ントの発生を検知するとともに、前記特定の割り込みイ
ベントが発生した際に、前記特定の割り込みイベントの
発生から所定時間の間、前記特定の割り込みイベントの
発生前のクロック周波数よりも高いクロック周波数の動
作クロックにて前記プロセッサ装置を動作させ、前記特
定の割り込みイベントの発生から所定時間の経過後に、
前記特定の割り込みイベントの発生から所定時間の間の
クロック周波数よりも低いクロック周波数の動作クロッ
クにて前記プロセッサ装置を動作させるプロセッサ制御
方法をコンピュータに実行させるためのプログラムを記
録したコンピュータ読み取り可能な記録媒体であること
を特徴とする。
A computer-readable recording medium in which a program for causing a computer to execute the processor control method according to the present invention is recorded is a processor operable with an operation clock having any one of a plurality of clock frequencies. A computer-readable recording medium recording a program for causing a computer including a device to execute a processor control method for controlling the processor device, wherein the occurrence of a specific interrupt event is detected and the specific interrupt event is detected. Occurs, the processor device is operated with an operating clock having a clock frequency higher than the clock frequency before the occurrence of the specific interrupt event for a predetermined time from the occurrence of the specific interrupt event, and Interrupt event After the passage from the door of the occurrence of a predetermined time,
A computer-readable record recording a program for causing a computer to execute a processor control method for operating the processor device at an operation clock having a clock frequency lower than a clock frequency for a predetermined time from the occurrence of the specific interrupt event. It is a medium.

【0016】[0016]

【発明の実施の形態】実施の形態1.以下、この発明の
第1の実施の形態について図を用いて説明する。図1
は、この発明の実施の形態1におけるコンピュータシス
テム(コンピュータ装置)の構成図である。図1中、1
はクロック周波数を変更可能なインターフェースを持つ
CPU(プロセッサ装置)である。2は割り込み処理の
実行単位である割り込みハンドラである。3はアプリケ
ーションの実行単位であるタスクである。4は割り込み
ハンドラ2とタスク3の動作を管理するOSである。5
は任意の時刻を設定でき、設定した時刻のエクスパイア
時に割り込みを発生し、OS4に通知するタイマであ
る。6はキー入力時に割り込みを発生し、OS4に通知
するキーボードである。7は全体のコンピュータシステ
ム(コンピュータ装置)である。ここで、図1における
OS4は、コンピュータ上で実行されるプログラムであ
り、コンピュータで読み取り可能な記憶媒体に記録する
ことができ、更には、通信網を介して転送することも可
能である。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiment 1. Hereinafter, a first embodiment of the present invention will be described with reference to the drawings. Figure 1
FIG. 1 is a configuration diagram of a computer system (computer device) according to Embodiment 1 of the present invention. 1 in FIG.
Is a CPU (processor device) having an interface capable of changing the clock frequency. An interrupt handler 2 is an execution unit of interrupt processing. Reference numeral 3 is a task which is an execution unit of the application. An OS 4 manages the operations of the interrupt handler 2 and the task 3. 5
Is a timer that can set an arbitrary time, generates an interrupt when the set time expires, and notifies the OS 4 of the interrupt. Reference numeral 6 is a keyboard for generating an interrupt when a key is input and notifying the OS 4. Reference numeral 7 denotes an entire computer system (computer device). Here, the OS 4 in FIG. 1 is a program executed on a computer, can be recorded in a computer-readable storage medium, and can also be transferred via a communication network.

【0017】本実施の形態では、便宜上、割り込みハン
ドラ2を1つ、タスク3を2つ(タスクAとタスクB)
とするが、それぞれ何個でも存在するように拡張するこ
とは可能である。また、便宜上、CPU1のクロック周
波数は高い状態と低い状態の2段階に変更するが、クロ
ック周波数をきめ細かく変更することは可能である。更
に、便宜上、割り込みハンドラ2はOS4の処理延長上
で動作するものとするが、本実施の形態のようにアプリ
ケーションのタスク3のような個別の実行単位を持つも
のとすることは可能である。
In the present embodiment, for convenience, one interrupt handler 2 and two task 3 (task A and task B) are used.
However, it is possible to extend so that there are as many as possible. Further, for convenience, the clock frequency of the CPU 1 is changed in two stages, a high state and a low state, but the clock frequency can be finely changed. Further, for the sake of convenience, the interrupt handler 2 operates on the extension of the processing of the OS 4, but it may have an individual execution unit such as the task 3 of the application as in the present embodiment.

【0018】次に、動作について図2のフローチャート
図に基づいて説明する。図1のキーボード6に対してキ
ー入力が行われると、OS4は、図2のステップ201
でCPU1からの割り込みイベントの発生を認識する。
次にステップ202で、対応する割り込みはOS4が設
定する省電力制御のタイマ5でないか否かを判断し、対
応する割り込みがOS4が設定する省電力制御のタイマ
5でない場合には、ステップ203でCPU1のクロッ
ク周波数を割り込みイベントの発生前に比べて高く設定
する。次にステップ204で任意の時刻でエクスパイア
する省電力制御のタイマ5を設定する。なお、タイマ5
に設定するタイマ値は高クロック動作時間に相当する。
そしてステップ205に進みステップ202で判断した
対応する割り込みハンドラ2を実行する。次にステップ
206でアプリケーションのタスク3の再スケジューリ
ングを行い、ステップ207で割り込み処理が終了した
ことで、割り込み禁止の状態を解除する。次にステップ
208でステップ206の再スケジューリングにより実
行するに相応しいアプリケーションのタスク3を実行
し、ステップ201の次の割り込みの発生を認識する処
理に戻る。
Next, the operation will be described with reference to the flowchart of FIG. When a key input is performed on the keyboard 6 of FIG. 1, the OS 4 executes step 201 of FIG.
The CPU 1 recognizes that an interrupt event has occurred.
Next, in step 202, it is determined whether or not the corresponding interrupt is the power saving control timer 5 set by the OS 4, and when the corresponding interrupt is not the power saving control timer 5 set by the OS 4, in step 203. The clock frequency of the CPU 1 is set higher than that before the occurrence of the interrupt event. Next, at step 204, a timer 5 for power saving control that performs an expiration at an arbitrary time is set. In addition, timer 5
The timer value set to is equivalent to the high clock operating time.
Then, the process proceeds to step 205 and the corresponding interrupt handler 2 determined in step 202 is executed. Next, in step 206, the task 3 of the application is rescheduled, and in step 207, the interrupt processing is completed, so that the interrupt disabled state is released. Next, in step 208, task 3 of the application suitable for execution by the rescheduling in step 206 is executed, and the process returns to the process of recognizing occurrence of the next interrupt in step 201.

【0019】ここで、アプリケーションのタスク3は、
実行が優先される判断と成る優先度の値を持ち、また実
行状態、実行可能状態、停止状態、及び終了状態を取る
ことができ、これらの状態遷移はタスク3自身、割り込
みハンドラ2、及びOS4から指定され、実際のタスク
3の状態遷移はOS4のスケジューリング処理によって
行われる。例えば、図1の優先度の低いタスクAが実行
状態、優先度の高いタスクBが停止状態の時に、割り込
みハンドラ2によりタスクBの状態が実行可能状態に指
定されれば、その後のOS4のスケジューリングによっ
て、タスクAは実行可能状態に、タスクBは実行状態に
なる。
Here, task 3 of the application is
It has a priority value that is a judgment that execution is prioritized, and can take an execution state, an executable state, a stop state, and an end state. These state transitions are task 3 itself, interrupt handler 2, and OS 4 , The actual state transition of the task 3 is performed by the scheduling process of the OS 4. For example, when the task A with the low priority shown in FIG. 1 is in the running state and the task B with the high priority is in the stopped state, if the state of the task B is designated as the ready state by the interrupt handler 2, the scheduling of the OS 4 thereafter is performed. As a result, the task A becomes the executable state and the task B becomes the executable state.

【0020】また、CPU1は、割り込みが発生した時
に、自動的に割り込み禁止状態となり、その割り込み禁
止状態の解除は、割り込み処理の終了時に、OS4など
のソフトウェアが明示的に行う必要がある。更に、CP
U1は、OS4などのソフトウェアから参照できる割り
込みの要因を特定するレジスタを持つものとするが、コ
ンピュータシステム7に割り込み制御ユニット(IC
U)の専用ハードウェアを設けても、同様にソフトウェ
アから発生した割り込みを特定できる。
Further, the CPU 1 is automatically set to the interrupt disabled state when an interrupt occurs, and the cancellation of the interrupt disabled state must be explicitly performed by software such as the OS 4 at the end of the interrupt processing. Furthermore, CP
U1 is assumed to have a register that identifies an interrupt factor that can be referred to by software such as the OS4, but the computer system 7 has an interrupt control unit (IC).
Even if the dedicated hardware of U) is provided, the interrupt generated from the software can be specified in the same manner.

【0021】一方、ステップ202において、対応する
割り込みがOS4が設定する省電力制御のタイマ5であ
る場合には、ステップ209でCPU1のクロック周波
数をそれまでよりも低く設定し、ステップ207の割り
込みの禁止状態を解除する処理へ進む。
On the other hand, when the corresponding interrupt is the power saving timer 5 set by the OS 4 in step 202, the clock frequency of the CPU 1 is set lower than that in step 209 and the interrupt of step 207 is set. Proceed to the process for canceling the prohibited state.

【0022】以上のように、この実施の形態1によるコ
ンピュータシステムによれば、任意の時刻を設定できる
タイマ5を設け、OS4が、割り込みハンドラ2の起動
時に、タイマ5をセットし、かつCPU1に対してクロ
ック周波数を高く変更し、割り込みハンドラ2起動以降
の応答処理を早く実行させ、またタイマ5のエクスパイ
ア時にCPU1に対してクロック周波数を低く変更する
ことで、特別なハードウェアを必要とせずに、割り込み
イベントが発生してからコンピュータシステム7が高速
に処理応答しなくてはならない期間だけクロック周波数
を高くして、そうでない期間はクロック周波数を低くし
て、コンピュータシステム7全体の省電力を向上させる
ことができる。
As described above, according to the computer system according to the first embodiment, the timer 5 that can set an arbitrary time is provided, the OS 4 sets the timer 5 when the interrupt handler 2 is activated, and the CPU 1 On the other hand, by changing the clock frequency to a higher value, the response processing after starting the interrupt handler 2 is executed faster, and by changing the clock frequency to the CPU 1 when the timer 5 is expired, no special hardware is required. , The clock frequency is increased only during the period when the computer system 7 must respond to the processing at high speed after the interrupt event occurs, and the clock frequency is reduced during the period other than that, thereby improving the power saving of the entire computer system 7. Can be made.

【0023】実施の形態2.以下、この発明の第2の実
施の形態について図を用いて説明する。図3は、この発
明の実施の形態2におけるコンピュータシステムの構成
図である。本実施の形態では、実施の形態1のタスク3
やOS4のソフトウェアから設定や参照のアクセスがで
きる、タイマ5に設定される時間を保持するタイマ時間
保持部11を備える。なお、図中、同一符号は同一構成
要素を示している。
Embodiment 2. Hereinafter, a second embodiment of the present invention will be described with reference to the drawings. FIG. 3 is a configuration diagram of a computer system according to the second embodiment of the present invention. In the present embodiment, task 3 of the first embodiment
A timer time holding unit 11 for holding the time set in the timer 5, which can be accessed for setting and reference from the software of the OS 4 or the OS 4. In the drawings, the same reference numerals indicate the same constituent elements.

【0024】次に、動作について、図4のフローチャー
ト図に基づいて説明する。図3のキーボード6に対して
キー入力が行われると、OS4は、図4のステップ30
1でCPU1からの割り込みイベントの発生を認識す
る。次にステップ302で、対応する割り込みはOS4
が設定する省電力制御のタイマ5でないか否かを判断
し、対応する割り込みがOS4が設定する省電力制御の
タイマ5でない場合には、ステップ303でCPU1の
クロック周波数を割り込みイベントの発生前よりも高く
設定する。次に、ステップ304でタイマ時間保持部1
1を参照して、CPU1のクロック周波数を高くしてお
く時間(高クロック動作時間)を取得し、ステップ30
5で取得した時間でエクスパイアする省電力制御のタイ
マ5を設定する。そして、ステップ306に進み、ステ
ップ302で判断した対応する割り込みハンドラ2を実
行する。次にステップ307でアプリケーションのタス
ク3の再スケジューリングを行って次に実行するに相応
しいタスク3を選び、ステップ308で割り込み処理が
終了したことで割り込み禁止の状態を解除する。次にス
テップ309で再スケジューリングにより実行するに相
応しいアプリケーションのタスク3を実行し、ステップ
301の次の割り込みの発生を認識する処理に戻る。
Next, the operation will be described with reference to the flowchart of FIG. When a key input is made on the keyboard 6 of FIG. 3, the OS 4 executes step 30 of FIG.
At 1, the CPU 1 recognizes the occurrence of an interrupt event. Then in step 302, the corresponding interrupt is OS4.
It is determined whether or not the timer 5 for power saving control set by is set. If the corresponding interrupt is not the timer 5 for power saving control set by the OS 4, at step 303, the clock frequency of the CPU 1 is set before the occurrence of the interrupt event. Also set high. Next, in step 304, the timer time holding unit 1
1, the time for keeping the clock frequency of the CPU 1 high (high clock operating time) is acquired, and step 30
Set the timer 5 for power saving control that expires at the time acquired in 5. Then, in step 306, the corresponding interrupt handler 2 determined in step 302 is executed. Next, in step 307, the task 3 of the application is rescheduled and the task 3 suitable for the next execution is selected. In step 308, the interrupt disabled state is released when the interrupt processing is completed. Next, in step 309, task 3 of the application suitable for execution by rescheduling is executed, and the process returns to the process of recognizing the occurrence of the next interrupt in step 301.

【0025】一方、ステップ302において、対応する
割り込みがOS4が設定する省電力制御のタイマ5であ
る場合には、ステップ310でCPU1のクロック周波
数をそれまでよりも低く設定し、ステップ308の割り
込みの禁止状態を解除する処理へ進む。
On the other hand, when the corresponding interrupt is the power saving control timer 5 set by the OS 4 in step 302, the clock frequency of the CPU 1 is set lower in step 310 and the interrupt of step 308 is set. Proceed to the process for canceling the prohibited state.

【0026】以上のように、この実施の形態2によるコ
ンピュータシステムによれば、タスク3やOS4のソフ
トウェアから設定や参照のアクセスができる、タイマ5
に設定される時間を保持するタイマ時間保持部11を設
け、OS4が、割り込みハンドラ2の起動時に、タイマ
時間保持部11を参照して、タイマ5をセットするよう
にしたので、割り込みイベントが発生してからコンピュ
ータシステム7が高速に処理応答しなくてはならない期
間を、例えばマルチメディア再生などの負荷の重く、処
理が長い状況ではその期間を長くするなど、ソフトウェ
アから状況に応じて省電力制御する期間を動的に調整す
ることができ、効果的な省電力制御を実現できる。
As described above, according to the computer system according to the second embodiment, the timer 5 which can access the setting and the reference from the software of the task 3 and the OS 4 is used.
Since the timer time holding unit 11 for holding the time set to is provided and the OS 4 sets the timer 5 by referring to the timer time holding unit 11 when the interrupt handler 2 is activated, the interrupt event occurs. After that, the power saving control is performed from the software according to the situation, for example, by increasing the period during which the computer system 7 has to respond to the processing at high speed in a situation where the load is heavy such as multimedia playback and the processing is long. It is possible to dynamically adjust the period for which power is applied, and it is possible to realize effective power saving control.

【0027】以上の実施の形態1及び2では、本発明に
係るコンピュータ装置の例であるコンピュータシステム
について説明したが、実施の形態1及び2に示した動作
手順により本発明に係るプロセッサ制御方法、及びプロ
セッサ制御方法をコンピュータに実行させるためのプロ
グラムが実現可能である。また、プロセッサ制御方法を
コンピュータに実行させるためのプログラムはコンピュ
ータ読み取り可能な記録媒体に記録させることも可能で
ある。
In the above-described first and second embodiments, the computer system which is an example of the computer device according to the present invention has been described. However, the processor control method according to the present invention according to the operation procedure shown in the first and second embodiments, Also, a program for causing a computer to execute the processor control method can be realized. Further, the program for causing the computer to execute the processor control method can be recorded in a computer-readable recording medium.

【0028】ここで、実施の形態1及び2に示したコン
ピュータシステムの特徴を以下にて再言する。実施の形
態1に係るコンピュータシステムは、クロック周波数を
変更可能なインターフェースを持つ中央演算処理装置
(CPU)によって所定のプログラムを実行するコンピ
ュータシステムにおいて、割り込み処理の実行単位であ
る割り込みハンドラと、アプリケーションの実行単位で
あるタスクと、任意の時刻を設定できるタイマと、上記
割り込みハンドラと上記タスクの動作を管理し、上記割
り込みハンドラの起動時に、上記タイマをセットし、上
記中央演算処理装置に対してクロック周波数を高く変更
し、また上記タイマのエクスパイア時に上記中央演算処
理装置に対してクロック周波数を低く変更する省電力制
御を行うオペレーティングシステムと、を備える事を特
徴とする。
The characteristics of the computer system shown in the first and second embodiments will be restated below. The computer system according to the first embodiment is a computer system that executes a predetermined program by a central processing unit (CPU) having an interface whose clock frequency can be changed. A task that is an execution unit, a timer that can set an arbitrary time, manages the operation of the interrupt handler and the task, sets the timer when the interrupt handler starts, and sets a clock for the central processing unit. And an operating system for performing power saving control for changing the frequency to a high value and changing the clock frequency to a low value for the central processing unit when the timer expires.

【0029】実施の形態2に係るコンピュータシステム
は、上記タスクと上記オペレーティングシステムからア
クセスできる、上記タイマに設定される時間を保持する
タイマ時間保持部を備え、上記タスクは、上記タイマ時
間保持部が保持する時刻を動的に変更し、上記オペレー
ティングシステムは、上記タイマ時間保持部を参照し
て、上記タイマに時間を設定することを特徴とする。
The computer system according to the second embodiment includes a timer time holding unit that holds the time set in the timer, which is accessible from the task and the operating system, and the task includes the timer time holding unit. The holding time is dynamically changed, and the operating system refers to the timer time holding unit to set the time in the timer.

【0030】[0030]

【発明の効果】本発明によれば、割り込みイベントの発
生の際にプロセッサ装置の動作クロックのクロック周波
数を高くし、割り込みイベントの発生から所定時間の経
過後にプロセッサ装置の動作クロックのクロック周波数
を低くするため、特別なハードウェアを用いることな
く、コンピュータ装置の省電力化を図ることができる。
According to the present invention, the clock frequency of the operating clock of the processor device is increased when an interrupt event occurs, and the clock frequency of the operating clock of the processor device is decreased after a predetermined time has elapsed from the occurrence of the interrupt event. Therefore, it is possible to achieve power saving of the computer device without using special hardware.

【0031】また、本発明によれば、高クロック動作時
間の変更が可能なため、例えばマルチメディア再生など
の負荷の重く、処理が長い状況では、高クロック動作時
間を長くするなど、状況に応じて適切な省電力化を図る
ことができる。
Further, according to the present invention, since the high clock operating time can be changed, the high clock operating time is lengthened in a situation where the load is heavy and the processing is long such as multimedia reproduction. Therefore, appropriate power saving can be achieved.

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

【図1】 この発明の実施の形態1に係るコンピュータ
システムの構成図である。
FIG. 1 is a configuration diagram of a computer system according to a first embodiment of the present invention.

【図2】 この発明の実施の形態1に示す省電力処理の
フローチャート図である。
FIG. 2 is a flowchart of the power saving process according to the first embodiment of the present invention.

【図3】 この発明の実施の形態2に係るコンピュータ
システムの構成図である。
FIG. 3 is a configuration diagram of a computer system according to a second embodiment of the present invention.

【図4】 この発明の実施の形態2に示す省電力処理の
フローチャート図である。
FIG. 4 is a flowchart of the power saving process shown in the second embodiment of the present invention.

【図5】 従来例の省電力方式を示す構成図である。FIG. 5 is a configuration diagram showing a conventional power saving system.

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

1 中央演算処理装置、2 割り込みハンドラ、3 タ
スク、4 オペレーティングシステム、5 タイマ、6
キーボード、7 コンピュータシステム、11 タイ
マ時間保持部。
1 central processing unit, 2 interrupt handler, 3 tasks, 4 operating system, 5 timer, 6
Keyboard, 7 computer system, 11 timer time holding unit.

───────────────────────────────────────────────────── フロントページの続き (54)【発明の名称】 コンピュータ装置及びプロセッサ制御方法及びプロセッサ制御方法をコンピュータに実行させる ためのプログラム及びプロセッサ制御方法をコンピュータに実行させるためのプログラムを記録 したコンピュータ読み取り可能な記録媒体   ─────────────────────────────────────────────────── ─── Continued front page    (54) [Title of Invention] Computer apparatus, processor control method, and processor control method executed by computer                     And a program for causing a computer to execute the processor control method                     Computer readable recording medium

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 複数種のクロック周波数のうちのいずれ
のクロック周波数の動作クロックによっても動作可能な
プロセッサ装置を備えたコンピュータ装置であって、 特定の割り込みイベントの発生を検知するとともに、 前記特定の割り込みイベントが発生した際に、前記特定
の割り込みイベントの発生から所定時間の間、前記特定
の割り込みイベントの発生前のクロック周波数よりも高
いクロック周波数の動作クロックにて前記プロセッサ装
置を動作させ、 前記特定の割り込みイベントの発生から所定時間の経過
後に、前記特定の割り込みイベントの発生から所定時間
の間のクロック周波数よりも低いクロック周波数の動作
クロックにて前記プロセッサ装置を動作させることを特
徴とするコンピュータ装置。
1. A computer device comprising a processor device operable by an operating clock having any one of a plurality of clock frequencies, the computer device detecting occurrence of a particular interrupt event and When an interrupt event occurs, for a predetermined time from the occurrence of the specific interrupt event, the processor device is operated with an operating clock having a clock frequency higher than the clock frequency before the occurrence of the specific interrupt event, A computer characterized in that, after a lapse of a predetermined time from the occurrence of a specific interrupt event, the processor device is operated with an operating clock having a clock frequency lower than the clock frequency during the predetermined time from the occurrence of the specific interrupt event. apparatus.
【請求項2】 前記コンピュータ装置は、 特定の割り込みイベントの発生を検知するとともに、前
記特定の割り込みイベントが発生した際に、前記特定の
割り込みイベントの発生から所定時間の間、前記特定の
割り込みイベントの発生前のクロック周波数よりも高い
クロック周波数の動作クロックにて前記プロセッサ装置
を動作させ、前記特定の割り込みイベントの発生から所
定時間の経過後に、前記特定の割り込みイベントの発生
から所定時間の間のクロック周波数よりも低いクロック
周波数の動作クロックにて前記プロセッサ装置を動作さ
せるオペレーティングシステムを有することを特徴とす
る請求項1に記載のコンピュータ装置。
2. The computer apparatus detects the occurrence of a specific interrupt event and, when the specific interrupt event occurs, the specific interrupt event for a predetermined time period from the occurrence of the specific interrupt event. The processor device is operated with an operating clock having a clock frequency higher than the clock frequency before the occurrence of, and after a lapse of a predetermined time from the occurrence of the specific interrupt event, The computer device according to claim 1, further comprising an operating system for operating the processor device with an operating clock having a clock frequency lower than the clock frequency.
【請求項3】 前記コンピュータ装置は、 前記プロセッサ装置の動作クロックのクロック周波数を
高くしておく時間を高クロック動作時間として設定し、 前記特定の割り込みイベントが発生した際に、前記特定
の割り込みイベントの発生から前記高クロック動作時間
の間、前記特定の割り込みイベントの発生前のクロック
周波数よりも高いクロック周波数の動作クロックにて前
記プロセッサ装置を動作させることを特徴とする請求項
1に記載のコンピュータ装置。
3. The computer device sets a high clock operating time to keep a clock frequency of an operating clock of the processor device high, and the specific interrupt event is generated when the specific interrupt event occurs. 2. The computer according to claim 1, wherein the processor device is operated with an operating clock having a clock frequency higher than the clock frequency before the occurrence of the specific interrupt event during the period from the occurrence of the high clock operating time. apparatus.
【請求項4】 前記コンピュータ装置は、 所定の場合に、前記高クロック動作時間を変更すること
を特徴とする請求項3に記載のコンピュータ装置。
4. The computer device according to claim 3, wherein the computer device changes the high clock operating time in a predetermined case.
【請求項5】 複数種のクロック周波数のうちのいずれ
のクロック周波数の動作クロックによっても動作可能な
プロセッサ装置を制御するプロセッサ制御方法であっ
て、 特定の割り込みイベントの発生を検知するとともに、 前記特定の割り込みイベントが発生した際に、前記特定
の割り込みイベントの発生から所定時間の間、前記特定
の割り込みイベントの発生前のクロック周波数よりも高
いクロック周波数の動作クロックにて前記プロセッサ装
置を動作させ、 前記特定の割り込みイベントの発生から所定時間の経過
後に、前記特定の割り込みイベントの発生から所定時間
の間のクロック周波数よりも低いクロック周波数の動作
クロックにて前記プロセッサ装置を動作させることを特
徴とするプロセッサ制御方法。
5. A processor control method for controlling a processor device capable of operating with an operation clock of any one of a plurality of clock frequencies, which detects the occurrence of a specific interrupt event and When an interrupt event occurs, for a predetermined time from the occurrence of the specific interrupt event, the processor device is operated with an operating clock having a clock frequency higher than the clock frequency before the occurrence of the specific interrupt event, After a lapse of a predetermined time from the occurrence of the specific interrupt event, the processor device is operated with an operation clock having a clock frequency lower than a clock frequency during a predetermined time from the occurrence of the specific interrupt event. Processor control method.
【請求項6】 複数種のクロック周波数のうちのいずれ
のクロック周波数の動作クロックによっても動作可能な
プロセッサ装置を備えたコンピュータに前記プロセッサ
装置を制御するプロセッサ制御方法を実行させるための
プログラムであって、 特定の割り込みイベントの発生を検知するとともに、 前記特定の割り込みイベントが発生した際に、前記特定
の割り込みイベントの発生から所定時間の間、前記特定
の割り込みイベントの発生前のクロック周波数よりも高
いクロック周波数の動作クロックにて前記プロセッサ装
置を動作させ、 前記特定の割り込みイベントの発生から所定時間の経過
後に、前記特定の割り込みイベントの発生から所定時間
の間のクロック周波数よりも低いクロック周波数の動作
クロックにて前記プロセッサ装置を動作させるプロセッ
サ制御方法をコンピュータに実行させるためのプログラ
ム。
6. A program for causing a computer including a processor device operable by an operation clock having any one of a plurality of clock frequencies to execute a processor control method for controlling the processor device. , Detecting the occurrence of a specific interrupt event, and when the specific interrupt event occurs, higher than the clock frequency before the occurrence of the specific interrupt event for a predetermined time from the occurrence of the specific interrupt event Operating the processor device with an operating clock having a clock frequency, and operating a clock frequency lower than a clock frequency during a predetermined time from the occurrence of the specific interrupt event after a predetermined time has elapsed from the occurrence of the specific interrupt event. Operate the processor device with a clock A program that causes a computer to execute a processor control method that causes the computer to create the program.
【請求項7】 複数種のクロック周波数のうちのいずれ
のクロック周波数の動作クロックによっても動作可能な
プロセッサ装置を備えたコンピュータに前記プロセッサ
装置を制御するプロセッサ制御方法を実行させるための
プログラムを記録したコンピュータ読み取り可能な記録
媒体であって、 特定の割り込みイベントの発生を検知するとともに、 前記特定の割り込みイベントが発生した際に、前記特定
の割り込みイベントの発生から所定時間の間、前記特定
の割り込みイベントの発生前のクロック周波数よりも高
いクロック周波数の動作クロックにて前記プロセッサ装
置を動作させ、 前記特定の割り込みイベントの発生から所定時間の経過
後に、前記特定の割り込みイベントの発生から所定時間
の間のクロック周波数よりも低いクロック周波数の動作
クロックにて前記プロセッサ装置を動作させるプロセッ
サ制御方法をコンピュータに実行させるためのプログラ
ムを記録したコンピュータ読み取り可能な記録媒体。
7. A program for causing a computer having a processor device operable by an operation clock of any one of a plurality of clock frequencies to execute a processor control method for controlling the processor device is recorded. A computer-readable recording medium, which detects the occurrence of a specific interrupt event, and when the specific interrupt event occurs, the specific interrupt event for a predetermined time from the occurrence of the specific interrupt event. The processor device is operated with an operating clock having a clock frequency higher than the clock frequency before the occurrence of, and after a predetermined time has elapsed from the occurrence of the specific interrupt event, Clock frequency lower than clock frequency A computer-readable recording medium having recorded therein a program for causing a computer to execute a processor control method for operating the processor device at an operation clock of a wave number.
JP2002147511A 2002-05-22 2002-05-22 Computer apparatus, method for controlling processor, program for running the method by computer, computer- readable recording medium with the program recorded thereon Pending JP2003337634A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002147511A JP2003337634A (en) 2002-05-22 2002-05-22 Computer apparatus, method for controlling processor, program for running the method by computer, computer- readable recording medium with the program recorded thereon

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002147511A JP2003337634A (en) 2002-05-22 2002-05-22 Computer apparatus, method for controlling processor, program for running the method by computer, computer- readable recording medium with the program recorded thereon

Publications (1)

Publication Number Publication Date
JP2003337634A true JP2003337634A (en) 2003-11-28

Family

ID=29706040

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002147511A Pending JP2003337634A (en) 2002-05-22 2002-05-22 Computer apparatus, method for controlling processor, program for running the method by computer, computer- readable recording medium with the program recorded thereon

Country Status (1)

Country Link
JP (1) JP2003337634A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011016080A1 (en) * 2009-08-04 2011-02-10 富士通株式会社 Information processor and information processing method
CN104794005A (en) * 2015-03-23 2015-07-22 北京畅游天下网络技术有限公司 Method and device for optimizing CPU running frequencies
CN113557177A (en) * 2019-03-13 2021-10-26 株式会社电装 Vehicle device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011016080A1 (en) * 2009-08-04 2011-02-10 富士通株式会社 Information processor and information processing method
CN104794005A (en) * 2015-03-23 2015-07-22 北京畅游天下网络技术有限公司 Method and device for optimizing CPU running frequencies
CN113557177A (en) * 2019-03-13 2021-10-26 株式会社电装 Vehicle device

Similar Documents

Publication Publication Date Title
JP5312478B2 (en) Data processor performance prediction
US6654895B1 (en) Adaptive power management in a computing system
US8909962B2 (en) System and method for controlling central processing unit power with guaranteed transient deadlines
EP1677175B1 (en) Dynamic power management in system on chips (SOC)
EP1483650B1 (en) Method and apparatus for enabling a low power mode for a processor
JP3507822B2 (en) Computer device and power saving control method thereof
KR101503627B1 (en) Minimizing resource latency between processor application states in a portable computing device by scheduling resource set transitions
JP5893568B2 (en) System and method for controlling central processing unit power based on estimated workload parallelism
JP4515093B2 (en) CPU power-down method and apparatus therefor
US8954983B2 (en) Conserving power through work load estimation for a portable computing device using scheduled resource set transitions
KR101551321B1 (en) Method and system for scheduling requests in a portable computing device
JP2886491B2 (en) Information processing system
JP2009187552A (en) Power control system and power control method
CN101598969A (en) Platform power management based on latency guidance
US20110145824A1 (en) System and method for controlling central processing unit power with reduced frequency oscillations
JP2012503233A (en) Processor power consumption control and voltage drop by bandwidth throttling of microarchitecture
US20050108585A1 (en) Silent loading of executable code
US7225346B2 (en) Information processor, program, storage medium, and control method
JP2003337634A (en) Computer apparatus, method for controlling processor, program for running the method by computer, computer- readable recording medium with the program recorded thereon
US7360101B2 (en) Apparatus and method for controlling CPU speed transition
US7272731B2 (en) Information handling system having reduced power consumption
JP3100241B2 (en) Microprocessor drive controller
JPH0594226A (en) Clock switching system
JPH0883133A (en) Computer system and clock control method for the same
JPH10333772A (en) Computer system and clock control method

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20040519

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20041025