mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Merge pull request #1885 from avagin:arm64-pcids
PiperOrigin-RevId: 298405064
This commit is contained in:
@@ -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",
|
||||
|
||||
-2
@@ -12,8 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build i386 amd64
|
||||
|
||||
package pagetables
|
||||
|
||||
import (
|
||||
Reference in New Issue
Block a user