[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-4.19? v3 4/6] x86: Make the maximum number of altp2m views configurable
- To: Petr Beneš <w1benny@xxxxxxxxx>
- From: Tamas K Lengyel <tamas@xxxxxxxxxxxxx>
- Date: Fri, 17 May 2024 21:17:56 -0400
- Arc-authentication-results: i=1; mx.zohomail.com; dkim=pass header.i=tklengyel.com; spf=pass smtp.mailfrom=tamas@xxxxxxxxxxxxx; dmarc=pass header.from=<tamas@xxxxxxxxxxxxx>
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1715995114; h=Content-Type:Cc:Cc:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To; bh=RvRG5y7QgTMlvDcAZl1+oKr+gk4YK/iWfKJdCgb0dc0=; b=EXotpwKtAHEbYoU+AWlL0z6vVjNbgdfmU0R3xif4zV6jAO7dL2STThQu1UXOnbnsIfYs06VZuaB+Aqumxt6jtMG2d+XTajenGp/2kcb+y/mXjyrHpgZSM7J5ocA3u+zB6tadioHmTAj5rs+JcVnrK98ImaDpCQl5Ut1CSzcSM00=
- Arc-seal: i=1; a=rsa-sha256; t=1715995114; cv=none; d=zohomail.com; s=zohoarc; b=KrTXJ/6x92WjMR1IqMfMy2vfgaZSFnrgdKyKzL6lXhHUQe6Gr4oDWLpMqAubaEi79u2I2ig29BOCorKUFJmvV47HUJDj/KKVm9Ctv1O/s23CFNP9dj89Z/u9CBJ5Ug6wJCQuLQICC71w+D7MZ9yC3+91xZ93W47HDGmUfo4uqMY=
- Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx, Jan Beulich <jbeulich@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Alexandru Isaila <aisaila@xxxxxxxxxxxxxxx>, Petre Pircalabu <ppircalabu@xxxxxxxxxxxxxxx>
- Delivery-date: Sat, 18 May 2024 01:18:47 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
> - ap2m = array_access_nospec(d->arch.altp2m_p2m, altp2m_idx);
> + ap2m = d->arch.altp2m_p2m[altp2m_idx];
Why is it no longer necessary to use array_access_nospec?
Tamas
|