Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27184
b: refs/heads/master
c: 0ce0303
h: refs/heads/master
v: v3
  • Loading branch information
akpm@osdl.org authored and Greg Kroah-Hartman committed Jun 11, 2006
1 parent 3b56f11 commit e66c77a
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: c0bbbc73d58f1b774cd987b5687a478a027f137c
refs/heads/master: 0ce030395b92270567423d57d9d432eb77df32f2
2 changes: 1 addition & 1 deletion trunk/include/linux/pci-acpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
extern acpi_status pci_osc_control_set(acpi_handle handle, u32 flags);
extern acpi_status pci_osc_support_set(u32 flags);
#else
#if !defined(acpi_status)
#if !defined(AE_ERROR)
typedef u32 acpi_status;
#define AE_ERROR (acpi_status) (0x0001)
#endif
Expand Down
2 changes: 1 addition & 1 deletion trunk/mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ static unsigned long balance_pgdat(pg_data_t *pgdat, unsigned long nr_pages,
loop_again:
total_scanned = 0;
nr_reclaimed = 0;
sc.may_writepage = !laptop_mode;
sc.may_writepage = !laptop_mode,
sc.nr_mapped = read_page_state(nr_mapped);

inc_page_state(pageoutrun);
Expand Down

0 comments on commit e66c77a

Please sign in to comment.