doc: remove unneeded TLB from FAQ question 2
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 4 Aug 2017 12:44:10 +0000 (13:44 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 6 Aug 2017 10:33:37 +0000 (12:33 +0200)
Hugepages are just that, hugepages. The TLB is a sort of cache for doing
address translation and does not need to be referenced in the title, since
"TLB hugepages" doesn't make any sense (as there are no non-TLB hugepages
that you can allocate).

Fixes: 6e718ae062d0 ("doc: release notes 1.7")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>

No differences found