From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Hildner Date: Wed, 24 Apr 2002 05:23:06 +0000 Subject: [Linux-ia64] Re: PAL entry point Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org David Mosberger schrieb: > >>>>> On Tue, 23 Apr 2002 07:28:35 +0200, Christian Hildner said: > > Christian> The supplied stubs use register stack and > Christian> certain registers that I am using too. Furthermore I > Christian> cannot rely on this routines beeing unchanged in the > Christian> future. So I want to code my own mode switch stub. > > I see. So why don't you grab the PAL entry point from the SAL system table? > The address of that table is stored in the "efi" table (see asm-ia64/efi.h). > > > --david Yes, that's it. Christian