mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
hyperv/vmbus: Indentation cleanup
No functional changes. MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6602
This commit is contained in:
parent
6bf5e38106
commit
e4a8553128
1 changed files with 11 additions and 11 deletions
|
|
@ -35,15 +35,15 @@
|
|||
* This is the Hyper-V vmbus channel direct callback interrupt.
|
||||
* Only used when it is running on Hyper-V.
|
||||
*/
|
||||
.text
|
||||
SUPERALIGN_TEXT
|
||||
.text
|
||||
SUPERALIGN_TEXT
|
||||
IDTVEC(vmbus_isr)
|
||||
PUSH_FRAME
|
||||
SET_KERNEL_SREGS
|
||||
cld
|
||||
FAKE_MCOUNT(TF_EIP(%esp))
|
||||
pushl %esp
|
||||
call vmbus_handle_intr
|
||||
add $4, %esp
|
||||
MEXITCOUNT
|
||||
jmp doreti
|
||||
PUSH_FRAME
|
||||
SET_KERNEL_SREGS
|
||||
cld
|
||||
FAKE_MCOUNT(TF_EIP(%esp))
|
||||
pushl %esp
|
||||
call vmbus_handle_intr
|
||||
add $4, %esp
|
||||
MEXITCOUNT
|
||||
jmp doreti
|
||||
|
|
|
|||
Loading…
Reference in a new issue