Merge pull request #1885 from avagin:arm64-pcids

PiperOrigin-RevId: 298405064
This commit is contained in:
gVisor bot
2020-03-02 11:42:04 -08:00
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ go_library(
"pagetables_amd64.go",
"pagetables_arm64.go",
"pagetables_x86.go",
"pcids_x86.go",
"pcids.go",
"walker_amd64.go",
"walker_arm64.go",
"walker_empty.go",
@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build i386 amd64
package pagetables
import (