diff options
Diffstat (limited to 'src/pkg/runtime/arch_amd64p32.h')
-rw-r--r-- | src/pkg/runtime/arch_amd64p32.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/pkg/runtime/arch_amd64p32.h b/src/pkg/runtime/arch_amd64p32.h deleted file mode 100644 index 073a9e30e..000000000 --- a/src/pkg/runtime/arch_amd64p32.h +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright 2011 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -enum { - thechar = '6', - BigEndian = 0, - CacheLineSize = 64, - RuntimeGogoBytes = 64, -#ifdef GOOS_nacl - PhysPageSize = 65536, -#else - PhysPageSize = 4096, -#endif - PCQuantum = 1 -}; |