]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseLib/Ipf/GetInterruptState.s
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ipf / GetInterruptState.s
CommitLineData
f1baef62 1/// @file\r
2/// Retrieve of the interrupt state of the running processor for the Itanium\r
3/// architecture.\r
4///\r
bb817c56
HT
5/// Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
6/// This program and the accompanying materials\r
f1baef62 7/// are licensed and made available under the terms and conditions of the BSD License\r
8/// which accompanies this distribution. The full text of the license may be found at\r
9/// http://opensource.org/licenses/bsd-license.php\r
10///\r
11/// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12/// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13///\r
14/// Module Name: GetInterruptState.s\r
15///\r
16///\r
17\r
18.auto\r
19.text\r
20\r
21.proc GetInterruptState\r
22.type GetInterruptState, @function\r
23GetInterruptState::\r
24 mov r8 = psr\r
25 extr.u r8 = r8, 14, 1\r
26 br.ret.sptk.many b0\r
27.endp GetInterruptState\r