Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79984
b: refs/heads/master
c: 6b7d190
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Ingo Molnar committed Jan 30, 2008
1 parent 00047d3 commit a328216
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 332540d5fe7f3370bb860090e4b906340a2e2afb
refs/heads/master: 6b7d190b14d478c759be22dcb7ee4695a711b562
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/acpi/sleep_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ unsigned long acpi_wakeup_address = 0;
unsigned long acpi_realmode_flags;
extern char wakeup_start, wakeup_end;

extern unsigned long FASTCALL(acpi_copy_wakeup_routine(unsigned long));
extern unsigned long acpi_copy_wakeup_routine(unsigned long);

/**
* acpi_save_state_mem - save kernel state
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/vm86_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static int copy_vm86_regs_from_user(struct kernel_vm86_regs *regs,
return ret;
}

struct pt_regs * FASTCALL(save_v86_state(struct kernel_vm86_regs * regs));
struct pt_regs * save_v86_state(struct kernel_vm86_regs * regs);
struct pt_regs * fastcall save_v86_state(struct kernel_vm86_regs * regs)
{
struct tss_struct *tss;
Expand Down

0 comments on commit a328216

Please sign in to comment.