1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 14:48:08 +00:00

Merge pull request #655 from changuoqiang/master

Update linux-initialization-3.md
This commit is contained in:
Dongliang Mu 2019-03-03 12:13:26 -05:00 committed by GitHub
commit e09cb1d313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -392,7 +392,7 @@ where `NODES_SHIFT` depends on `CONFIG_NODES_SHIFT` configuration parameter and
#endif #endif
``` ```
`memblick_set_region_node` function just fills `nid` field from `memblock_region` with the given value: `memblock_set_region_node` function just fills `nid` field from `memblock_region` with the given value:
```C ```C
static inline void memblock_set_region_node(struct memblock_region *r, int nid) static inline void memblock_set_region_node(struct memblock_region *r, int nid)