Update linux-mm-1.md

Fix a typo.
pull/394/head
Cholerae Hu 8 years ago
parent e084d29ef0
commit 0a12882381

@ -107,7 +107,7 @@ struct memblock memblock __initdata_memblock = {
}; };
``` ```
Here we can see initialization of the `memblock` structure which has the same name as structure - `memblock`. First of all note the `__initdata_memblock`. Defenition of this macro looks like: Here we can see initialization of the `memblock` structure which has the same name as structure - `memblock`. First of all note the `__initdata_memblock`. Definition of this macro looks like:
```C ```C
#ifdef CONFIG_ARCH_DISCARD_MEMBLOCK #ifdef CONFIG_ARCH_DISCARD_MEMBLOCK

Loading…
Cancel
Save