genric -> generic
This commit is contained in:
parent
6191ffa12e
commit
80e58ff06c
|
@ -281,7 +281,7 @@ fix_small_cpu_struct(tdata_t *td, size_t ptrsize)
|
|||
|
||||
/*
|
||||
* XXX: A crude hack to bring down the number of types for a
|
||||
* GENRIC kernel below 2**15-1 (from ~34000 to ~29800).
|
||||
* GENERIC kernel below 2**15-1 (from ~34000 to ~29800).
|
||||
*
|
||||
* Remove the type attributes "volatile", "const" and "restrict",
|
||||
* for DTRACE these attributes are of little value.
|
||||
|
|
|
@ -259,7 +259,7 @@ o Control ELF sections using linker script.
|
|||
*.ko ---> *.ro Modular MI linkage
|
||||
*.ro ---> *.kmod Modular MD linkage
|
||||
|
||||
Genric MI linkage is for processing MI linkage that can be applied generally.
|
||||
Generic MI linkage is for processing MI linkage that can be applied generally.
|
||||
Data section alignment (.data.read_mostly and .data.cacheline_aligned) is
|
||||
processed here.
|
||||
|
||||
|
|
Loading…
Reference in New Issue