Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87109
b: refs/heads/master
c: 8b1266f
h: refs/heads/master
i:
  87107: 0ad6aff
v: v3
  • Loading branch information
Adrian Bunk authored and Wim Van Sebroeck committed Mar 6, 2008
1 parent 4e3cc01 commit 1fd5ec9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 996d62d449a7d5e691b0da22b7c877df08c2b0a4
refs/heads/master: 8b1266f43d2671cbfc240bfd38fc77c6db02de54
8 changes: 4 additions & 4 deletions trunk/drivers/watchdog/hpwdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ MODULE_DEVICE_TABLE(pci, hpwdt_devices);

#define HPWDT_ARCH 32

asmlinkage void asminline_call(struct cmn_registers *pi86Regs,
unsigned long *pRomEntry)
static void asminline_call(struct cmn_registers *pi86Regs,
unsigned long *pRomEntry)
{
asm("pushl %ebp \n\t"
"movl %esp, %ebp \n\t"
Expand Down Expand Up @@ -333,8 +333,8 @@ static int __devinit detect_cru_service(void)

#define HPWDT_ARCH 64

asmlinkage void asminline_call(struct cmn_registers *pi86Regs,
unsigned long *pRomEntry)
static void asminline_call(struct cmn_registers *pi86Regs,
unsigned long *pRomEntry)
{
asm("pushq %rbp \n\t"
"movq %rsp, %rbp \n\t"
Expand Down

0 comments on commit 1fd5ec9

Please sign in to comment.