pcids.go isn't arch-specific

Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
Andrei Vagin
2020-02-28 14:34:13 -08:00
parent ccecf29f3f
commit 837cf62551
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 (