From 6c4eb99a31ac351454e1894df770923019642ccd Mon Sep 17 00:00:00 2001 From: dragonly Date: Sat, 17 Nov 2018 17:04:55 +0800 Subject: [PATCH] encode parenthesis to make gitbook markdown parser happy --- Initialization/linux-initialization-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Initialization/linux-initialization-1.md b/Initialization/linux-initialization-1.md index 6d094f8..c21c0e4 100644 --- a/Initialization/linux-initialization-1.md +++ b/Initialization/linux-initialization-1.md @@ -125,7 +125,7 @@ where `PMD_PAGE_SIZE` macro is defined as: As we can easily calculate, `PMD_PAGE_SIZE` is `2` megabytes. -If [SME](https://en.wikipedia.org/wiki/Zen_(microarchitecture)#Enhanced_security_and_virtualization_support) is supported and enabled, we activate it and include the SME encryption mask in `load_delta`: +If [SME](https://en.wikipedia.org/wiki/Zen_%28microarchitecture%29#Enhanced_security_and_virtualization_support) is supported and enabled, we activate it and include the SME encryption mask in `load_delta`: ```C sme_enable(bp);