mirror of
https://github.com/0xAX/linux-insides
synced 2024-11-17 15:29:56 +00:00
Merge pull request #394 from choleraehyq/patch-1
Fix a little typo in linux-mm-1.md
This commit is contained in:
commit
c001ecc929
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user