Thanks manitou.
Oops. I provided a simplified sample of my code without checking it. Your code works fine. This, however, demonstrates what I am experiencing (properly tested this time):
#include <SPI.h>
void setup() {
pinMode(0, INPUT_PULLUP);
pinMode(1, INPUT_PULLUP);
SPI1.begin()...