Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118599
b: refs/heads/master
c: 0c4b954
h: refs/heads/master
i:
  118597: 0231a38
  118595: 0790063
  118591: 261e0d0
v: v3
  • Loading branch information
Greg Kroah-Hartman authored and Greg Kroah-Hartman committed Nov 8, 2008
1 parent a128240 commit 38c149f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 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: c5d712433ff57a66d8fb79a57a4fc7a7c3467b97
refs/heads/master: 0c4b95455f250c7006af00208aefdf0f93f63144
20 changes: 18 additions & 2 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,23 @@ menuconfig STAGING

If in doubt, say N here.

if STAGING

config STAGING_EXCLUDE_BUILD
bool "Exclude Staging drivers from being built"
default y
---help---
Are you sure you really want to build the staging drivers?
They taint your kernel, don't live up to the normal Linux
kernel quality standards, are a bit crufty around the edges,
and might go off and kick your dog when you aren't paying
attention.

Say N here to be able to select and build the Staging drivers.
This option is primarily here to prevent them from being built
when selecting 'make allyesconfg' and 'make allmodconfig' so
don't be all that put off, your dog will be just fine.

if !STAGING_EXCLUDE_BUILD

source "drivers/staging/et131x/Kconfig"

Expand All @@ -45,4 +61,4 @@ source "drivers/staging/at76_usb/Kconfig"

source "drivers/staging/poch/Kconfig"

endif # STAGING
endif # !STAGING_EXCLUDE_BUILD
2 changes: 1 addition & 1 deletion trunk/include/asm-generic/memory_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#define __pfn_to_page(pfn) \
({ unsigned long __pfn = (pfn); \
unsigned long __nid = arch_pfn_to_nid(__pfn); \
unsigned long __nid = arch_pfn_to_nid(pfn); \
NODE_DATA(__nid)->node_mem_map + arch_local_page_offset(__pfn, __nid);\
})

Expand Down

0 comments on commit 38c149f

Please sign in to comment.