Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82875
b: refs/heads/master
c: 599db4f
h: refs/heads/master
i:
  82873: cf6f64b
  82871: fc7ff49
v: v3
  • Loading branch information
Harvey Harrison authored and Ingo Molnar committed Feb 4, 2008
1 parent d6959eb commit fa7fb19
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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: 1fba38703d0ce8a5ff0fad9df3eccc6b55cf2cfb
refs/heads/master: 599db4fe23d3869af98e2addef5628faef550f60
4 changes: 2 additions & 2 deletions trunk/include/asm-x86/highmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ extern pte_t *pkmap_page_table;
#define PKMAP_NR(virt) ((virt-PKMAP_BASE) >> PAGE_SHIFT)
#define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))

extern void * FASTCALL(kmap_high(struct page *page));
extern void FASTCALL(kunmap_high(struct page *page));
extern void *kmap_high(struct page *page);
extern void kunmap_high(struct page *page);

void *kmap(struct page *page);
void kunmap(struct page *page);
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/hw_irq_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void enable_8259A_irq(unsigned int irq);
int i8259A_irq_pending(unsigned int irq);
void make_8259A_irq(unsigned int irq);
void init_8259A(int aeoi);
void FASTCALL(send_IPI_self(int vector));
void send_IPI_self(int vector);
void init_VISWS_APIC_irqs(void);
void setup_IO_APIC(void);
void disable_IO_APIC(void);
Expand Down
4 changes: 2 additions & 2 deletions trunk/include/asm-x86/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#ifdef CONFIG_X86_32

struct task_struct; /* one of the stranger aspects of C forward declarations */
extern struct task_struct *FASTCALL(__switch_to(struct task_struct *prev,
struct task_struct *next));
struct task_struct *__switch_to(struct task_struct *prev,
struct task_struct *next);

/*
* Saving eflags is important. It switches not only IOPL between tasks,
Expand Down

0 comments on commit fa7fb19

Please sign in to comment.