1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-03 20:30:57 +00:00

Update linux-mm-1.md

Fix a typo.
This commit is contained in:
Cholerae Hu 2016-05-11 04:03:36 -05:00
parent e084d29ef0
commit 0a12882381

View File

@ -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
#ifdef CONFIG_ARCH_DISCARD_MEMBLOCK