Skip to content

Commit

Permalink
slides/kernel-driver-development-memory: GFP types moved to gfp_types.h
Browse files Browse the repository at this point in the history
Since v6.0 the memory alloc flags such as GFP_ATOMIC / GFP_KERNEL moved
to include/linux/gfp_types.h

Signed-off-by: Maxime Chevallier <[email protected]>
  • Loading branch information
minimaxwell committed Dec 11, 2023
1 parent c2b92f4 commit f1bcf1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ \section{Memory Management}
allows to access emergency pools, but can fail if no free
memory is readily available.
\end{itemize}
\item Others are defined in \kfile{include/linux/gfp.h}.\\
\item Others are defined in \kfile{include/linux/gfp_types.h}.\\
See also the documentation in \kdochtml{core-api/memory-allocation}
\end{itemize}
\end{frame}
Expand Down

0 comments on commit f1bcf1b

Please sign in to comment.