Kaynağa Gözat

encode parenthesis to make gitbook markdown parser happy

dragonly 6 yıl önce
ebeveyn
işleme
6c4eb99a31
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Initialization/linux-initialization-1.md

+ 1 - 1
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);