#ifndef _ASM_M32R_SETUP_H #define _ASM_M32R_SETUP_H /* * This is set up by the setup-routine at boot-time */ #define COMMAND_LINE_SIZE 512 #ifdef __KERNEL__ #define PARAM ((unsigned char *)empty_zero_page) #define MOUNT_ROOT_RDONLY (*(unsigned long *) (PARAM+0x000)) #define RAMDISK_FLAGS (*(unsigned long *) (PARAM+0x004)) #define ORIG_ROOT_DEV (*(unsigned long *) (PARAM+0x008)) #define LOADER_TYPE (*(unsigned long *) (PARAM+0x00c)) #define INITRD_START (*(unsigned long *) (PARAM+0x010)) #define INITRD_SIZE (*(unsigned long *) (PARAM+0x014)) #define M32R_CPUCLK (*(unsigned long *) (PARAM+0x018)) #define M32R_BUSCLK (*(unsigned long *) (PARAM+0x01c)) #define M32R_TIMER_DIVIDE (*(unsigned long *) (PARAM+0x020)) #define COMMAND_LINE ((char *) (PARAM+0x100)) #define SCREEN_INFO (*(struct screen_info *) (PARAM+0x200)) #define RAMDISK_IMAGE_START_MASK (0x07FF) #define RAMDISK_PROMPT_FLAG (0x8000) #define RAMDISK_LOAD_FLAG (0x4000) extern unsigned long memory_start; extern unsigned long memory_end; #endif /* __KERNEL__ */ #endif /* _ASM_M32R_SETUP_H */ '>linux-2.6.15.y Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/drivers/virtio/Kconfig
AgeCommit message (Expand)Author
2026-01-31mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOONDavid Hildenbrand (Red Hat)
2025-05-27virtio_rtc: Add RTC class driverPeter Hilber
2025-05-27virtio_rtc: Add Arm Generic Timer cross-timestampingPeter Hilber
2025-05-27virtio_rtc: Add PTP clocksPeter Hilber
2025-05-27virtio_rtc: Add module and driver corePeter Hilber
2024-11-07virtio-mem: s390 supportDavid Hildenbrand
2024-06-26virtio-mem: Enable virtio-mem for RISC-VBjörn Töpel
2024-04-26virtio: add debugfs infrastructure to allow to debug virtio featuresJiri Pirko
2023-12-19virtio-pci: Initialize the supported admin commandsYishai Hadas