diff options
Diffstat (limited to 'src/pkg/runtime/arch_amd64.h')
-rw-r--r-- | src/pkg/runtime/arch_amd64.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/pkg/runtime/arch_amd64.h b/src/pkg/runtime/arch_amd64.h deleted file mode 100644 index c8a21847c..000000000 --- a/src/pkg/runtime/arch_amd64.h +++ /dev/null @@ -1,20 +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, -#ifdef GOOS_solaris - RuntimeGogoBytes = 80, -#else -#ifdef GOOS_windows - RuntimeGogoBytes = 80, -#else - RuntimeGogoBytes = 64, -#endif // Windows -#endif // Solaris - PhysPageSize = 4096, - PCQuantum = 1 -}; |