Fixd! Thanks, Yanteng Wu X.C. <bobwxc@xxxxxxxx> 于2021年6月15日周二 下午7:47写道: > > Hi Yanteng, > > two small problem. > > On Tue, Jun 15, 2021 at 03:03:50PM +0800, Yanteng Si wrote: > > Translate Documentation/core-api/cpu_hotplug.rst into Chinese. > > > > Signed-off-by: Yanteng Si <siyanteng@xxxxxxxxxxx> > > --- > > .../zh_CN/core-api/cpu_hotplug.rst | 348 ++++++++++++++++++ > > .../translations/zh_CN/core-api/index.rst | 2 +- > > 2 files changed, 349 insertions(+), 1 deletion(-) > > create mode 100644 Documentation/translations/zh_CN/core-api/cpu_hotplug.rst > > > > diff --git a/Documentation/translations/zh_CN/core-api/cpu_hotplug.rst b/Documentation/translations/zh_CN/core-api/cpu_hotplug.rst > > new file mode 100644 > > index 000000000000..f4174ed3aeca > > --- /dev/null > > +++ b/Documentation/translations/zh_CN/core-api/cpu_hotplug.rst > > @@ -0,0 +1,348 @@ > > +.. include:: ../disclaimer-zh_CN.rst > > + > > +:Original: Documentation/core-api/cpu_hotplug.rst > > +:翻译: > > + > > +司延腾 Yanteng Si <siyanteng@xxxxxxxxxxx> > ^ > need a space at the beginning > > [...] > > +CPU位图 > > +======= > > + > > +``cpu_possible_mask`` > > + 系统中可能可用CPU的位图。这是用来为per_cpu变量分配一些启动时的内存,这些变量 > > + 不会随着CPU的可用或移除而增加/减少。一旦在启动时的发现阶段被设置,该地图就是静态 > ^^^^ > s/地图/映射/ > > [...] > > Please fix them :) > and > Reviewed-by: Wu XiangCheng <bobwxc@xxxxxxxx> > > Thanks, > Wu X.C.