• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/sys-x86_64/
1unsigned long os_get_top_address(unsigned long shift)
2{
3	/* The old value of CONFIG_TOP_ADDR */
4	return 0x7fc0000000;
5}
6