Displaying 2 results from an estimated 2 matches for "badpage".
Did you mean:
bad_page
2009 Aug 28
0
[PATCH] properly __initdata-annotate command line option string buffers
...b_console_puts(const char *str);
--- 2009-08-18.orig/xen/common/page_alloc.c 2009-08-07 09:20:56.000000000 +0200
+++ 2009-08-18/xen/common/page_alloc.c 2009-08-24 17:53:10.000000000 +0200
@@ -45,7 +45,7 @@
* Comma-separated list of hexadecimal page numbers containing bad bytes.
* e.g. ''badpage=0x3f45,0x8a321''.
*/
-static char opt_badpage[100] = "";
+static char __initdata opt_badpage[100] = "";
string_param("badpage", opt_badpage);
/*
--- 2009-08-18.orig/xen/common/schedule.c 2009-07-15 16:34:17.000000000 +0200
+++ 2009-08-18/xen/common/schedu...
2012 Mar 26
2
[PATCH DOCDAY] docs: wrap misc/xen-command-line.markdown to 80 columns
...witch to `bigsmp` over `default`.
+Override Xen''s logic for choosing the APIC driver. By default, if
+there are more than 8 CPUs, Xen will switch to `bigsmp` over
+`default`.
### apic\_verbosity
> `= verbose | debug`
@@ -98,7 +124,10 @@ Increase the verbosity of the APIC code
### badpage
> `= List of [ <integer> | <integer>-<integer> ]`
-Specify that certain pages, or certain ranges of pages contain bad bytes and should not be used. For example, if your memory tester says that byte `0x12345678` is bad, you would place `badpage=0x12345` on Xen''s com...